-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.83 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
58
59
60
{
"private": true,
"author": {
"name": "Doinel Atanasiu",
"email": "[email protected]",
"url": "https://business-link.d1a.app"
},
"repository": {
"type": "git",
"url": "https://github.com/doinel1a/vite-three-js"
},
"type": "module",
"license": "MIT",
"scripts": {
"postinstall": "npx husky install && npx playwright install",
"clean:dist": "npx rimraf dist",
"clean:report": "npx rimraf playwright-report",
"test:chrome": "npx playwright test --headed --project=chromium",
"test:firefox": "npx playwright test --headed --project=firefox",
"test:safari": "npx playwright test --headed --project=webkit",
"lint": "npx eslint --ext js ./src",
"lint:fix": "npx eslint --ext js ./src --fix",
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@use-gesture/vanilla": "^10.3.0",
"@vitejs/plugin-legacy": "^5.2.0",
"lethargy": "^1.0.9",
"lil-gui": "^0.19.1",
"three": "^0.160.0",
"virtual-scroll": "^2.2.1"
},
"devDependencies": {
"@builder.io/partytown": "^0.8.1",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@playwright/test": "^1.40.1",
"autoprefixer": "^10.4.16",
"cssnano": "^6.0.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-unicorn": "^50.0.1",
"husky": "^8.0.3",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.10",
"sass": "^1.69.6",
"tailwindcss": "^3.4.0",
"terser": "^5.26.0",
"vite": "^5.0.10",
"vite-plugin-glsl": "^1.2.1"
}
}