-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.36 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
{
"name": "react-bike-app",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-plugin-styled-components": "^1.0.1",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"custom-react-scripts": "0.0.21",
"jquery": "^3.2.0",
"jsdom": "^9.12.0",
"mocha": "^3.2.0",
"react-addons-test-utils": "^15.4.2"
},
"dependencies": {
"axios": "^0.15.3",
"breakpoint-sass": "^2.7.1",
"intl-locales-supported": "^1.0.0",
"localstorage-memory": "^1.0.2",
"material-ui": "^0.17.0",
"moment": "^2.17.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-swipeable-views": "^0.11.1",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-form": "^6.5.0",
"redux-form-material-ui": "^4.1.2",
"redux-logger": "^2.8.1",
"redux-persist": "^4.5.0",
"redux-promise-middleware": "^4.2.0",
"redux-thunk": "^2.2.0",
"reselect": "^2.5.4",
"store": "^1.3.20",
"styled-components": "^1.4.4",
"susy": "^2.2.12"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "mocha --compilers js:babel-core/register --require ./src/__test-utils__/helper.js --recursive ./src/components/*/_spec.js",
"test:watch": "npm run test -- --watch",
"eject": "react-scripts eject"
}
}