forked from dannysmc95/vue-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 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
{
"name": "@dahknee/vue-starter",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"bulma": "^0.9.4",
"vue": "^3.2.47",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@types/node": "^20.3.1",
"@types/web": "^0.0.102",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint": "^8.43.0",
"eslint-plugin-export": "^0.1.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-vue": "^9.15.1",
"eslint-plugin-xss": "^0.1.12",
"reflect-metadata": "^0.1.13",
"sass": "^1.63.6",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite-plugin-eslint": "^1.8.1",
"vue-tsc": "^1.4.2"
}
}