-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
65 lines (65 loc) · 2.2 KB
/
package.json
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
{
"name": "notes_from_nature",
"version": "0.2.0",
"dependencies": {
"bootstrap": "^3.3.5",
"bootstrap-webpack": "0.0.3",
"es6-promise": "^3.0.2",
"haw": "^0.5.1",
"imports-loader": "^0.6.4",
"isomorphic-fetch": "^2.1.1",
"jquery": "^2.1.4",
"jquery-mousewheel": "^3.1.13",
"jquery.panzoom": "^2.0.5",
"moment": "2.8.3",
"publisssh": "0.2.6",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-draggable": "^0.8.3",
"redux-thunk": "^1.0.0",
"snap.svg.zpd": "^0.0.10",
"snapsvg": "git://github.com/adobe-webplatform/Snap.svg.git#0bd3b5b678",
"spine": "^1.4.1",
"underscore": "1.7.0",
"zooniverse": "^0.7.1"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"css-loader": "^0.19.0",
"eslint": "^1.5.1",
"eslint-plugin-react": "^3.4.2",
"expose-loader": "^0.7.0",
"file-loader": "^0.8.4",
"html-webpack-plugin": "^1.6.1",
"node-sass": "^3.3.3",
"react-hot-loader": "^1.3.0",
"react-redux": "^2.1.2",
"redux": "^3.0.0",
"redux-devtools": "^2.1.3",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.4",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.11.0",
"webpack-hot-middleware": "^2.2.0"
},
"scripts": {
"watch": "NODE_ENV=development webpack-dev-server --inline --progress --colors --content-base public",
"__build": "NODE_ENV=production webpack --optimize-minimize --optimize-occurence-order --optimize-dedupe --progress --profile --colors",
"build": "NODE_ENV=production webpack -p --optimize-dedupe --progress --profile --colors",
"start": "haw serve",
"deploy": "coffee build.coffee && haw build --force && ruby build.rb && publisssh ./build zooniverse-static/www.notesfromnature.org && rm -rf ./build",
"deploy-to-staging": "coffee build.coffee && haw build --force && ruby build.rb && publisssh ./build zooniverse-static/www.notesfromnature.org/staging && rm -rf ./build"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/zooniverse/notesFromNature.git"
},
"jshintConfig": {
"esnext": true
}
}