-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.24 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.24 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
{
"name": "dimensionalwave.github.io",
"version": "1.0.0",
"description": "Official Dimensional Wave website",
"type": "module",
"repository": "git@github.com:DimensionalWave/dimensionalwave.github.io.git",
"author": "Dimensional Wave <info@dimensionalwave.com>",
"license": "MIT",
"private": true,
"homepage": "https://dimensionalwave.com",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.5.13"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@primevue/themes": "^4.3.5",
"@primevue/auto-import-resolver": "^4.2.5",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"primeicons": "^7.0.0",
"primevue": "^4.3.5",
"sass": "^1.83.1",
"tailwindcss-primeui": "^0.6.1",
"tailwindcss": "^3.4.17",
"typescript": "~5.8.3",
"unplugin-vue-components": "^28.5.0",
"vite": "^6.3.5",
"vite-plugin-compression2": "^1.3.3",
"vite-plugin-manifest-sri": "^0.2.0",
"vue-tsc": "^2.2.8"
}
}