-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.84 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
{
"name": "react_bootstrap",
"private": true,
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "webpack --watch --config webpack.config.js",
"build": "webpack --config webpack.min.config.js",
"test": "mocha-webpack --webpack-config webpack.config-test.js \"app/assets/js/**/*.spec.js\""
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.14.0",
"casperjs": "^1.1.3",
"chai": "^3.5.0",
"core-js": "^2.4.0",
"css-loader": "^0.25.0",
"enzyme": "^2.4.1",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-hologram": "^1.2.0",
"gulp-jslint": "^1.0.5",
"gulp-phantomcss": "^0.2.0",
"gulp-sass": "^2.3.1",
"gulp-scss-lint": "^0.4.0",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^1.6",
"gulp-todoist": "0.0.2",
"gulp-uglify": "^1.5.3",
"jasmine-core": "^2.4.1",
"jsdom": "^9.8.0",
"mocha": "^3.0.2",
"mocha-webpack": "^0.6.0",
"moxios": "^0.3.0",
"node-sass": "^3.10.0",
"postcss-loader": "^1.0.0",
"raw-loader": "^0.5.1",
"react-addons-test-utils": "^15.3.2",
"run-sequence": "^1.2.2",
"sass-loader": "^4.0.2",
"sinon": "^1.17.6",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.1",
"svg-url-loader": "^1.1.0",
"webpack": "^1.13.2",
"webpack-node-externals": "^1.4.3",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"axios": "^0.15.2",
"clipboard": "^1.5.12",
"express": "4.13.4",
"lodash": "4.6.1",
"pubsub-js": "^1.5.4",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"redux": "^3.6.0",
"store": "^1.3.20"
}
}