-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 968 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
35
36
{
"name": "vue-it-club",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5050",
"test:unit": "vitest --environment jsdom",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@vueuse/motion": "^2.0.0-beta.12",
"pinia": "^2.0.14",
"vue": "^3.2.33",
"vue-router": "4.0.15"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.1",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/cli-plugin-eslint": "~5.0.4",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.15.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.7.1",
"jsdom": "^19.0.0",
"postcss": "^8.4.13",
"prettier": "2.6.2",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"tailwindcss": "^3.0.24",
"vite": "^2.9.13",
"vitest": "^0.12.6"
}
}