-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 2.23 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "critical-failure",
"version": "2.0.0",
"license": "MIT",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"generate": "nuxt generate",
"start": "nuxt start",
"lint": "eslint '{assets,components,data,pages,store}/**/*.{ts,js,vue}'",
"prerelease": "node esbuild.js",
"release": "auto shipit"
},
"dependencies": {
"axios": "^0.21.1",
"lodash": "^4.17.21",
"nuxt": "^2.14.3",
"postcss-import": "^14.0.2",
"vue": "2.6.12",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.1",
"vuetify": "^2.5.0",
"vuex": "^3.6.2",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@auto-it/core": "^10.27.1",
"@babel/preset-env": "^7.14.2",
"@nuxt/types": "^2.15.4",
"@nuxt/typescript-build": "^2.1.0",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxtjs/tailwindcss": "^4.1.2",
"@nuxtjs/vuetify": "^1.11.3",
"@octokit/core": "^3.4.0",
"@tailwindcss/postcss7-compat": "^2.1.2",
"@types/lodash": "^4.14.168",
"@types/node": "^15.0.3",
"@types/semver": "^7.3.6",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@yarnpkg/esbuild-plugin-pnp": "^1.0.0-rc.2",
"anymatch": "^3.1.2",
"auto": "^10.27.1",
"autoprefixer": "^9",
"consola": "^2.15.3",
"esbuild": "^0.11.21",
"eslint": "^7.26.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.9.0",
"gh-pages": "^3.1.0",
"husky": "^6.0.0",
"netlify-cli": "^3.29.14",
"parcel": "^1.12.4",
"postcss": "^7",
"postcss-responsive-type": "^1.0.0",
"postcss-selector-parser": "^6.0.2",
"prettier": "^2.3.0",
"pretty-quick": "^3.1.0",
"sass": "^1.32.11",
"sass-loader": "^10.1.1",
"semver": "^7.3.5",
"shelljs": "^0.8.4",
"ts-loader": "^8.2.0",
"ts-node": "^9.1.1",
"tslint": "5.20.1",
"typescript": "^4.2.4",
"vue-hot-reload-api": "^2.3.4",
"vue-language-server": "0.0.67",
"vue-template-compiler": "^2.6.12",
"vue-template-es2015-compiler": "^1.9.1",
"webpack": "^5.37.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}