-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.51 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
48
49
50
51
52
53
54
55
56
57
{
"name": "PokeCube",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"pod": "cd ios && pod install",
"web": "react-app-rewired start",
"web:build": "react-app-rewired build",
"deploy": "react-app-rewired build && firebase deploy"
},
"dependencies": {
"chroma-js": "^2.1.0",
"consistencss": "^1.4.0",
"lodash": "^4.17.20",
"mobx": "^6.0.4",
"mobx-react-lite": "^3.1.6",
"modal-enhanced-react-native-web": "^0.2.0",
"modal-react-native-web": "^0.2.0",
"react": "17.0.2",
"react-dev-utils": "^11.0.4",
"react-dom": "^17.0.2",
"react-native": "0.64.1",
"react-native-web": "^0.16.3",
"react-scripts": "^4.0.3",
"web-vitals": "^0.2.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"babel-plugin-import": "^1.13.3",
"babel-plugin-react-native-web": "^0.16.3",
"customize-cra": "^1.0.0",
"eslint": "7.14.0",
"metro-react-native-babel-preset": "^0.64.0",
"react-app-rewired": "^2.1.8",
"react-test-renderer": "17.0.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}