-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.26 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
{
"name": "react-component-strap",
"version": "0.0.0",
"description": "Bootstrapping React app development.",
"main": "entry.jsx",
"scripts": {
"test": "NODE_ENV=test karma start",
"build": "NODE_ENV=production webpack -p",
"start": "npm run build && node server.js"
},
"author": "Andree DevelDoe Ray <[email protected]> (http://andreeray.se)",
"license": "ISC",
"dependencies": {
"axios": "^0.15.3",
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.22.0",
"deep-freeze-strict": "^1.1.1",
"expect": "^1.14.0",
"express": "^4.14.1",
"firebase": "^4.3.1",
"moment": "^2.18.1",
"node-env-file": "^0.1.8",
"react": "^0.14.7",
"react-addons-test-utils": "^0.14.6",
"react-dom": "^0.14.7",
"react-redux": "^5.0.3",
"react-router": "^3.0.5",
"redux": "^3.3.1",
"redux-mock-store": "^1.0.3",
"redux-thunk": "^2.2.0",
"webpack": "^1.12.13"
},
"devDependencies": {
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.2",
"karma-mocha": "^0.2.2",
"karma-mocha-reporter": "^2.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"mocha": "^2.4.5"
}
}