-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
{
"name": "ignite-lab",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint:js": "eslint src --ext .ts,.vue"
},
"dependencies": {
"@apollo/client": "^3.6.8",
"@heroicons/vue": "^1.0.6",
"@vime/core": "^5.3.1",
"@vime/vue-next": "^5.3.1",
"@vue/apollo-composable": "^4.0.0-alpha.17",
"date-fns": "^2.28.0",
"graphql": "^16.5.0",
"graphql-tag": "^2.12.6",
"vue": "^3.0.0",
"vue-router": "^4.0.16"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/eslint-config-typescript": "^11.0.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.1.1",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.1.3",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vue-eslint-parser": "^9.0.2",
"vue-tsc": "^0.34.7"
}
}