forked from romesh-jaya/mcarthurs-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.55 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
47
48
49
50
51
52
53
54
55
56
{
"name": "mcarthurs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"lint": "eslint --ext .ts,.vue --ignore-path .gitignore --fix src",
"check-types": "vue-tsc --noEmit",
"build": "vite build",
"serve": "vite preview",
"prepare": "husky install",
"deploy": "firebase deploy --only hosting"
},
"dependencies": {
"@apollo/client": "^3.5.8",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@vitejs/plugin-vue": "^1.6.1",
"@vue/apollo-composable": "^4.0.0-alpha.16",
"axios": "^0.25.0",
"graphql": "^16.3.0",
"graphql-tag": "^2.12.6",
"stylus": "^0.56.0",
"stylus-loader": "^3.0.2",
"vee-validate": "^4.5.8",
"vite": "^2.5.4",
"vue": "^3.2.0",
"vue-axios": "^3.4.0",
"vue-router": "^4.0.12",
"vue-toastification": "^2.0.0-rc.5",
"vuex": "^4.0.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^8.3.0",
"husky": "^7.0.4",
"node-sass": "^4.14.1",
"sass": "^1.45.1",
"typescript": "~4.1.5",
"vite-plugin-pwa": "^0.11.13",
"vue-tsc": "^0.30.6"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}