-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.98 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.98 KB
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
61
62
63
64
65
66
67
{
"type": "module",
"private": true,
"author": {
"name": "Doinel Atanasiu",
"email": "doinel1atanasiu@gmail.com",
"url": "https://business-link.d1a.app"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/doinel1a/vite-three-js"
},
"scripts": {
"postinstall": "husky & 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": "eslint",
"lint:fix": "eslint --fix",
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@mmt817/pixel-ui": "^1.4.0",
"@supabase/supabase-js": "^2.49.4",
"@vitejs/plugin-legacy": "^5.4.1",
"cannon": "^0.6.2",
"gsap": "^3.12.5",
"pinia": "^3.0.2",
"postcss-import": "^16.1.0",
"three": "^0.172.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@antfu/eslint-config": "^4.10.1",
"@builder.io/partytown": "^0.10.2",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@playwright/test": "^1.46.0",
"@vitejs/plugin-vue": "^5.2.3",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.5",
"eslint": "^9.22.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sonarjs": "^0.25.1",
"eslint-plugin-unicorn": "^55.0.0",
"husky": "^9.1.4",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"sass": "^1.77.8",
"tailwindcss": "^3.4.9",
"terser": "^5.31.6",
"tweakpane": "^4.0.5",
"typescript": "^5.8.3",
"vite": "^5.4.0",
"vite-plugin-glsl": "^1.3.0"
}
}