-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.53 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.53 KB
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": "elect-constitution",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"generate": "nuxt generate && rm dist/mockServiceWorker.js",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ."
},
"lint-staged": {
"*.{js,ts,vue}": "eslint"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@electinth/common": "^2.0.0",
"axios": "^0.21.0",
"babel-runtime": "^6.26.0",
"core-js": "^3.6.5",
"nuxt": "^2.14.6",
"swiper": "^6.4.5",
"v-click-outside": "^3.1.2",
"vue-awesome-swiper": "^4.1.1",
"vue-gtag": "^1.10.0",
"vue-markdown": "^2.2.4",
"vue-multiselect": "^2.1.6"
},
"devDependencies": {
"@aceforth/nuxt-optimized-images": "^1.3.0",
"@nuxt/types": "^2.14.6",
"@nuxt/typescript-build": "^2.0.3",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-config-typescript": "^3.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/tailwindcss": "^3.1.0",
"@types/vue-markdown": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^7.1.0",
"husky": "^4.3.0",
"imagemin-pngquant": "^9.0.1",
"imagemin-svgo": "^8.0.0",
"lint-staged": "^10.4.0",
"msw": "^0.24.1",
"prettier": "^2.2.1"
}
}