-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 850 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
{
"name": "kik-n-snare",
"version": "0.1.0",
"private": true,
"dependencies": {
"accurate-interval": "^1.0.9",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.range": "^3.2.0",
"raven-js": "^3.24.2",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-ga": "^2.5.0",
"react-redux": "^5.0.7",
"react-scripts": "1.1.4",
"redux": "^3.7.2",
"redux-create-reducer": "^1.1.1",
"sono": "^2.1.5",
"styled-components": "^3.2.6",
"styled-reset": "^1.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "echo 'no test yet :('",
"eject": "react-scripts eject",
"precommit": "pretty-quick --staged"
},
"devDependencies": {
"husky": "^0.14.3",
"prettier": "1.12.0",
"pretty-quick": "^1.4.1"
}
}