-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
{
"name": "clickntrack",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint --fix",
"format": "prettier --write src/",
"stories": "histoire dev"
},
"dependencies": {
"@primevue/themes": "^4.0.4",
"@vueuse/core": "^10.11.1",
"catch-unknown": "^2.0.0",
"pinia": "^2.2.1",
"pinia-plugin-persistedstate": "^3.2.1",
"primeicons": "^7.0.0",
"primevue": "^4.0.4",
"rand-seed": "^2.1.1",
"seedrandom": "^3.0.5",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@histoire/plugin-vue": "^0.17.17",
"@rushstack/eslint-patch": "^1.7.2",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^22.2.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.21.0",
"histoire": "^0.17.17",
"npm-run-all": "^4.1.5",
"postcss-nesting": "^13.0.0",
"prettier": "^3.2.4",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0",
"vite": "^5.0.12",
"vite-plugin-singlefile": "^2.0.2",
"vue-tsc": "^2.0.29"
}
}