forked from nbtca/Sunday
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.27 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
{
"name": "sunday",
"version": "0.0.0",
"scripts": {
"test": "vitest",
"dev": "cross-env NODE_ENV=development && vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@headlessui/vue": "^1.4.1",
"@heroicons/vue": "^1.0.4",
"axios": "^0.21.4",
"blueimp-md5": "^2.19.0",
"pinia": "^2.0.20",
"pinia-plugin-persist": "^1.0.0",
"qs": "^6.10.1",
"vue": "^3.2.9",
"vue-router": "^4.0.11"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@testing-library/vue": "^6.6.1",
"@types/blueimp-md5": "^2.18.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"cross-env": "^7.0.3",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^9.0.0",
"happy-dom": "^5.2.0",
"postcss": "^8.3.7",
"postcss-100vh-fix": "^1.0.2",
"prettier": "^2.5.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"vite": "^3.1.6",
"vite-plugin-pwa": "^0.13.1",
"vite-plugin-windicss": "^1.4.1",
"vitest": "^0.14.2",
"vue-tsc": "^0.38.1",
"windicss": "^3.1.7"
}
}