-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 811 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 811 Bytes
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
{
"name": "creatorsim.github.io",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"format": "prettier --write"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.10.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"eslint": "^9.39.1",
"eslint-plugin-vue": "^10.5.1",
"prettier": "^3.6.2",
"vite": "^7.2.2",
"vite-plugin-vue-devtools": "^8.0.3"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"@tailwindcss/vite": "^4.1.17",
"flowbite": "^3.1.2",
"js-yaml": "^4.1.0",
"tailwindcss": "^4.1.17",
"vue": "^3.5.24"
}
}