This repository has been archived by the owner on Mar 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.54 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "wildcam-gorongosa-education",
"version": "0.0.1",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/zooniverse/wildcam-gorongosa-education"
},
"keywords": [
"webpack",
"react",
"seed",
"boilerplate",
"kickstarter",
"ES6",
"ES2015",
"babel",
"mocha",
"chai"
],
"scripts": {
"start": "NODE_ENV=staging; babel-node server.js",
"build": "webpack --config webpack.production.config.js -p",
"test": "mocha --reporter nyan --compilers js:babel/register --recursive",
"deploy-preview": "NODE_ENV=staging; npm run build && publisssh dist zooniverse-static/preview.zooniverse.org/wge",
"deploy-production": "NODE_ENV=production; npm run build && publisssh dist zooniverse-static/lab.wildcamgorongosa.org"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/zooniverse/wildcam-gorongosa-education/issues"
},
"homepage": "https://github.com/zooniverse/wildcam-gorongosa-education",
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"browser-filesaver": "1.1.0",
"history": "^1.17.0",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-loadscript": "^1.0.2",
"react-redux": "^4.0.6",
"react-router": "^2.0.0",
"redux": "^3.0.6",
"redux-logger": "^2.5.2",
"redux-thunk": "^1.0.3"
},
"devDependencies": {
"autoprefixer": "^6.0.0",
"babel": "^6.3.26",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-eslint": "^4.1.0",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"bootstrap-styl": "^5.0.5",
"chai": "^3.2.0",
"css-loader": "^0.23.1",
"eslint": "^1.10.3",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^3.3.2",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^1.7.0",
"isomorphic-fetch": "^2.2.1",
"json-loader": "^0.5.4",
"mocha": "^2.3.0",
"nib": "^1.1.0",
"panoptes-client": "^3.0.0-rc.0",
"publisssh": "^1.0.1",
"react-a11y": "^0.3.2",
"react-addons-test-utils": "^0.14.3",
"react-copy-to-clipboard": "^4.0.2",
"react-tabs": "^0.5.1",
"react-youtube": "7.0.1",
"rimraf": "^2.4.3",
"stats-webpack-plugin": "^0.2.2",
"style-loader": "^0.13.0",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.0",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
}
}