-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 932 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": "Volumos",
"version": "0.0.1",
"private": true,
"scripts": {
"lint": "eslint '**/*.js'",
"lint:staged": "staged-files '**/*.js' -- $(npm bin)/eslint",
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"pre-commit": {
"run": "lint:staged",
"silent": true
},
"dependencies": {
"he": "^1.1.1",
"lodash": "^4.16.1",
"md5": "^2.2.1",
"qs": "^6.3.1",
"react": "^15.4.1",
"react-native": "^0.41.2",
"react-native-svg": "^5.1.5",
"react-native-zeroconf": "^0.6.0",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"styled-components": "^1.4.3",
"xml-parser": "^1.2.1"
},
"devDependencies": {
"@unfold/eslint-config": "^2.0.1",
"eslint": "^3.16.0",
"pre-commit": "^1.1.3",
"react-native-git-upgrade": "^0.2.7",
"remote-redux-devtools": "^0.5.7",
"staged-files": "^0.1.2"
}
}