-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.72 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
{
"name": "RootsOfSuccess",
"version": "0.0.1",
"engines": {
"node": "6.x"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/calblueprint/ros-student"
},
"dependencies": {
"babel-core": "6.14.0",
"babel-loader": "6.2.5",
"babel-preset-es2015": "6.14.0",
"babel-preset-react": "6.11.1",
"css-loader": "0.25.0",
"es6-promise": "^4.0.5",
"immutability-helper": "^2.1.2",
"node-sass": "3.10.0",
"prop-types": "^15.5.8",
"react": "^15.3.1",
"react-bootstrap-modal": "^3.0.1",
"react-collapse": "^4.0.1",
"react-dom": "^15.3.1",
"react-height": "^3.0.0",
"react-hot-loader": "^1.3.0",
"react-motion": "^0.4.5",
"react-player": "^0.12.0",
"react-router": "2.8.1",
"react-sortable-hoc": "0.0.9",
"react-table": "^5.6.0",
"react-youtube": "^7.2.0",
"sass-loader": "4.0.2",
"stats-webpack-plugin": "^0.2.1",
"style-loader": "0.13.1",
"underscore": "1.8.3",
"webpack": "^1.9.11",
"webpack-dev-middleware": "1.7.0",
"webpack-dev-server": "^1.9.0",
"webpack-hot-middleware": "2.13.0"
},
"devDependencies": {
"babel-register": "^6.22.0",
"babel-runtime": "^6.22.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.6.1",
"cheerio": "^0.22.0",
"enzyme": "^2.7.0",
"jquery": "^3.1.1",
"jsdom": "^9.9.1",
"mocha": "^3.2.0",
"mocha-jsdom": "^1.1.0",
"react-addons-test-utils": "^15.4.2",
"react-test-renderer": "^15.5.4",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0"
},
"scripts": {
"test": "mocha test/helpers/browser.js test/**/*.spec.js --compilers js:babel-register",
"heroku-postbuild": "cp config/database.yml.heroku config/database.yml"
}
}