-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.47 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
{
"name": "threejs-react-example",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "tsc --noEmit && eslint .",
"pretty": "prettier --write .",
"husky:prepare": "husky install",
"pre-commit": "pretty-quick --staged"
},
"dependencies": {
"@expo/metro-runtime": "~3.1.3",
"@react-native-community/slider": "4.4.2",
"@react-spring/three": "^9.7.3",
"@react-three/fiber": "^8.15.19",
"expo": "~50.0.11",
"expo-asset": "~9.0.2",
"expo-gl": "^13.6.0",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.4",
"react-native-web": "~0.19.6",
"three": "^0.162.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/eslint": "^8",
"@types/react": "~18.2.45",
"@types/react-dom": "~18.0.10",
"@types/three": "^0.162.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-universe": "^12.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-native": "^4.1.0",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"typescript": "^5.1.3"
},
"private": true,
"packageManager": "[email protected]"
}