-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 949 Bytes
/
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
{
"name": "swarty_checklist_project",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue",
"preview": "vite preview"
},
"dependencies": {
"pinia": "^2.0.14",
"vue": "^3.2.25"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@vitejs/plugin-vue": "^2.3.3",
"eslint": "^8.17.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.1.0",
"reset-css": "^5.0.1",
"sass": "^1.52.2",
"typescript": "^4.7.3",
"vite": "^2.9.9",
"vite-plugin-eslint": "^1.6.1",
"vite-svg-loader": "^3.4.0",
"vue-eslint-parser": "^9.0.2",
"vue-tsc": "^0.37.3"
}
}