forked from 1egoman/backstrokedash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 994 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
36
37
{
"name": "@backstroke/dashboard",
"version": "0.1.0",
"private": true,
"license": "MIT",
"dependencies": {
"@density/conduit": "^0.2.1",
"classnames": "^2.2.5",
"color-hash": "^1.0.3",
"enzyme": "^3.1.1",
"enzyme-adapter-react-16": "^1.0.4",
"lodash.debounce": "^4.0.8",
"mixpanel-browser": "^2.13.0",
"normalize.css": "^7.0.0",
"raven-js": "^3.19.1",
"react": "16",
"react-dom": "16",
"react-redux": "^5.0.5",
"react-select": "^1.0.0-rc.10",
"react-timeago": "^3.4.3",
"redux": "^3.7.0",
"redux-thunk": "^2.2.0",
"sinon": "^4.1.1"
},
"devDependencies": {
"react-scripts": "1.0.17"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"make-component": "./utilities/make-component",
"make-reducer": "./utilities/make-reducer",
"make-helper": "./utilities/make-helper"
}
}