-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "prm",
"version": "1.0.0",
"description": "",
"main": "dist/prm.cjs.js",
"scripts": {
"postinstall": "mkdir -p media/s200 & mkdir -p media/s400 ",
"start": "node server",
"seed": "node seed",
"bundle": "node make production",
"dev": "node server & node make client -w"
},
"author": "Daniel Beilinson",
"license": "GPL-3.0",
"dependencies": {
"archivist-js": "preview",
"bluebird": "^3.4.7",
"body-parser": "^1.15.2",
"config": "^1.21.0",
"dropzone": "^5.1.1",
"express": "^4.14.0",
"font-awesome": "^4.7.0",
"leaflet": "^1.0.3",
"leaflet-control-geocoder": "^1.5.4",
"leaflet.markercluster": "^1.0.0",
"lodash-es": "^4.17.4",
"massive": "^2.5.0",
"moment": "^2.17.1",
"multer": "^1.3.0",
"plyr": "^2.0.11",
"sharp": "^0.18.2",
"substance": "container-annos",
"substance-bundler": "^0.18.3",
"uglify-js": "^2.7.3",
"uglify-js-harmony": "^2.7.5",
"ws": "^1.1.1"
},
"devDependencies": {
"eslint": "^3.5.0"
}
}