forked from meta-quest/webxr-showcases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 786 Bytes
/
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
{
"devDependencies": {
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0",
"style-loader": "4.0.0",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"html-webpack-plugin": "5.6.0",
"eslint": "9.12.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-webpack-plugin": "4.2.0",
"prettier": "3.3.3",
"pre-commit": "1.2.2",
"@gltf-transform/cli": "^3.5.0",
"@gltf-transform/core": "^3.5.0",
"@gltf-transform/extensions": "^3.5.0",
"@gltf-transform/functions": "^3.5.0",
"draco3dgltf": "^1.5.6",
"sharp": "^0.32.4"
},
"scripts": {
"lint": "eslint \"**/src/**/*.{js,ts,tsx}\"",
"format": "prettier --write \"**/src/**/*.{js,ts,tsx,css,scss,json,md}\""
},
"pre-commit": [
"lint"
]
}