forked from igravitystudios/matchimals.fun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.57 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
58
59
{
"name": "matchimals",
"version": "1.33.7",
"license": "MIT",
"scripts": {
"precommit": "lint-staged",
"pods": "cd ios && pod install && cd ..",
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios --simulator=\"iPad (8th generation)\"",
"ios:iphone": "react-native run-ios --simulator=\"iPhone 11\"",
"web": "react-scripts start",
"build": "react-scripts build",
"prettier": "prettier --write 'src/**/*.{js,json,md}'"
},
"dependencies": {
"babel-polyfill": "6.26.0",
"boardgame.io": "0.42.0",
"lodash": "4.17.21",
"react": "17.0.2",
"react-art": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.66.0",
"react-native-animatable": "1.3.3",
"react-native-gesture-handler": "1.10.3",
"react-native-modal": "13.0.0",
"react-native-safe-area-context": "3.3.2",
"react-native-svg": "12.1.1",
"react-native-video": "5.1.1",
"react-native-web": "0.17.5",
"svgs": "4.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"husky": "2.4.0",
"levenary": "^1.1.1",
"lint-staged": "8.2.0",
"metro-react-native-babel-preset": "^0.66.2",
"prettier": "2.1.2",
"react-scripts": "4.0.3",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}