-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.41 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
{
"name": "bjs-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"devcheck": "npm run lint && npm run stylelint",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src/*.ts",
"stylelint": "stylelint \"**/*.css\"",
"prepare": "husky"
},
"devDependencies": {
"@babylonjs/accessibility": "^7.0.0",
"@babylonjs/core": "^7.0.0",
"@babylonjs/gui": "^7.0.0",
"@babylonjs/gui-editor": "^7.0.0",
"@babylonjs/havok": "^1.3.3",
"@babylonjs/inspector": "^7.0.0",
"@babylonjs/loaders": "^7.0.0",
"@babylonjs/materials": "^7.0.0",
"@babylonjs/post-processes": "^7.0.0",
"@babylonjs/procedural-textures": "^7.0.0",
"@babylonjs/serializers": "^7.0.0",
"@babylonjs/shared-ui-components": "^7.0.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"husky": "^9.0.11",
"lil-gui": "^0.19.2",
"prettier": "^3.2.5",
"stylelint": "^16.3.1",
"stylelint-config-standard": "^36.0.0",
"typescript": "<5.4",
"vite": "^5.2.0"
}
}