-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 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
52
53
54
55
56
57
{
"name": "preztest",
"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"
},
"dependencies": {
"@expo/webpack-config": "^0.17.0",
"@react-spring/three": "^9.5.5",
"@react-three/cannon": "^6.4.0",
"@react-three/drei": "^9.32.4",
"@react-three/fiber": "^8.3.1",
"@react-three/rapier": "^0.7.2",
"expo": "~46.0.13",
"expo-asset": "~8.6.1",
"expo-file-system": "~14.1.0",
"expo-gl": "~11.4.0",
"expo-modules-core": "~0.11.3",
"expo-status-bar": "~1.4.0",
"expo-three": "^6.1.0",
"nice-color-palettes": "^3.0.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-web": "~0.18.7",
"three": "^0.143.0",
"valtio": "^1.7.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true,
"prettier": {
"arrowParens": "always",
"bracketSameLine": true,
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": true,
"printWidth": 100,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"vueIndentScriptAndStyle": false
}
}