forked from artsmia/art
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.27 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.27 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "art",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run watch & npm run serve",
"watch": "watchify index.js -p livereactload -o bundle.js -dv",
"watchServer": "node-supervisor -n error --watch server.js,src server.babel.js",
"watchSass": "rewatch sass/* -c \"sassc -lm sass/main.scss css/main.css\"",
"serve": "PORT=1314 node server.babel.js",
"build": "NODE_ENV=production browserify index.js | uglifyjs -c -m | sed 's|http://localhost:4680|https://search.artsmia.org|'> bundle.js"
},
"author": "",
"license": "MIT",
"browserify": {
"transform": [
[
"babelify"
],
[
"envify"
]
]
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.23.1",
"babel-plugin-react-transform": "^2.0.2",
"babelify": "^7.3.0",
"browserify": "^9.0.8",
"express": "^4.13.3",
"livereactload": "^3.2.0",
"prettier": "^2.2.1",
"react-proxy": "^1.1.8",
"react-transform-hmr": "^1.0.4",
"uglify-js": "^2.3.6",
"watchify": "^3.11.1"
},
"dependencies": {
"@mapbox/react-click-to-select": "^1.1.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-runtime": "^6.23.0",
"capitalize": "1.0.0",
"classnames": "^2.1.3",
"debounce": "^1.0.0",
"fathom-client": "^3.0.0",
"humanize-number": "0.0.2",
"leaflet": "^1.6.0",
"leaflet-fullscreen": "1.0.1",
"leaflet-iiif": "^3.0.0",
"linear-partitioning": "^0.3.1",
"marked": "^0.3.3",
"museum-tile-layer": "github:artsmia/museumTileLayer#gh-pages",
"ramda": "^0.23.0",
"react": "^0.14.8",
"react-addons-pure-render-mixin": "^0.14.8",
"react-cookie": "^0.3.4",
"react-dom": "^0.14.8",
"react-ga": "1.2.0",
"react-helmet": "^3.3.2",
"react-inlinesvg": "0.5.5",
"react-lazy-load": "^3.0.11",
"react-router": "^0.13.6",
"react-sticky": "^2.4.0",
"rest": "^1.3.0",
"rightsstatements": "github:artsmia/rightsstatements-data-model#main",
"serve-static": "^1.10.0",
"speakingurl": "^6.0.0",
"split-array": "1.0.1",
"when": "^3.6.4"
}
}