-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.04 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
{
"name": "omnify-vs-esbuild-r3f",
"private": true,
"scripts": {
"start": "node start",
"build":"node start --bundle",
"esb":"node esbuild"
},
"prettier": {
"arrowParens": "always",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"printWidth": 120,
"quoteProps": "consistent",
"semi": false,
"tabWidth": 2,
"trailingComma": "none"
},
"importSort": {
".js, jsx, .ts, .tsx": {
"style": "module",
"parser": "typescript"
}
},
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"@react-three/fiber": "6.0.6",
"three": "0.127.0",
"react-hot-loader": "4.13.0",
"htm": "3.0.4"
},
"devDependencies": {
"resolve": "1.20.0",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.3",
"common-shakeify": "0.6.2",
"acorn-node": "2.0.1",
"tslib": "2.1.0",
"ws": "7.4.4",
"esbuild": "0.11.4",
"@types/node": "^14.14.37",
"sucrase": "3.17.1",
"typescript": "4.2.3",
"lodash": "4.17.21",
"terser": "5.6.1"
}
}