-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.39 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
{
"name": "fitbird",
"version": "1.0.0",
"description": "FitBird web application",
"scripts": {
"lint": "eslint . --ext .js",
"build": "webpack --config webpack.config.development.js",
"pretest": "webpack --config webpack.config.spec.js",
"start": "node server.js",
"test": "./node_modules/jasmine/bin/jasmine.js"
},
"repository": {
"type": "git",
"url": "https://github.com/fitbird/web-app.git"
},
"dependencies": {
"braintree-web": "^2.19.0",
"dialog-polyfill": "^0.4.2",
"jquery": "^2.2.0",
"normalizr": "^2.0.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-modal": "^0.6.1",
"react-redux": "^4.4.0",
"react-transform-hmr": "^1.0.2",
"redux": "^3.3.1",
"redux-thunk": "^1.0.3"
},
"devDependencies": {
"babel-core": "^5.8.35",
"babel-eslint": "^5.0.0-beta9",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"css-loader": "^0.23.1",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.16.1",
"express": "^4.13.4",
"file-loader": "^0.8.5",
"jasmine": "^2.4.1",
"jasmine-ajax": "^3.2.0",
"loader-utils": "^0.2.12",
"react-hot-loader": "^1.2.8",
"react-transform-hmr": "^1.0.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.13",
"webpack-dev-middleware": "^1.5.1",
"webpack-hot-middleware": "^2.7.1"
}
}