-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 947 Bytes
/
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
{
"name": "interactive-survey-ex",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"react-scripts": "1.1.4"
},
"dependencies": {
"@feathersjs/client": "^3.4.4",
"connect": "^3.6.6",
"d3": "^5.0.0",
"lorem-ipsum": "^1.0.4",
"material-ui": "next",
"material-ui-icons": "next",
"react": "^16.2.0",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.2.0",
"react-input-range": "^1.3.0",
"react-motion": "^0.5.2",
"react-redux": "^5.0.7",
"react-swipeable-views": "^0.12.13",
"react-transition-group": "^2.2.1",
"redux": "^3.7.2",
"redux-saga": "^0.16.0",
"socket.io-client": "^2.1.0",
"swipe-js-iso": "^2.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}