This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.79 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
{
"name": "clutikinscada",
"version": "0.1.0",
"private": true,
"author": "DwiiUnknown#3704",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"start": "vue-cli-service serve --open"
},
"dependencies": {
"bootstrap": "^4.4.1",
"bootswatch": "^4.4.1",
"core-js": "^3.6.4",
"jquery": "^3.5.0",
"popper.js": "^1.16.1",
"reflect-metadata": "^0.1.13",
"register-service-worker": "^1.7.1",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-i18n": "^8.18.2",
"vue-property-decorator": "^9.0.0",
"vue-router": "^3.3.4",
"vue-scrollto": "^2.18.1",
"vuex": "^3.1.3"
},
"devDependencies": {
"@types/jquery": "^3.3.38",
"@types/webpack": "^4.41.17",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"@vue/cli-plugin-babel": "^4.4.4",
"@vue/cli-plugin-eslint": "^4.4.4",
"@vue/cli-plugin-pwa": "^4.4.4",
"@vue/cli-plugin-router": "^4.4.3",
"@vue/cli-plugin-typescript": "^4.4.4",
"@vue/cli-plugin-vuex": "^4.4.3",
"@vue/cli-service": "^4.4.4",
"@vue/eslint-config-typescript": "^5.0.2",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"lint-staged": "^10.2.11",
"node-sass": "^4.12.0",
"sass-loader": "^10.0.1",
"typescript": "~3.9.5",
"vue-cli-plugin-i18n": "^1.0.1",
"vue-template-compiler": "^2.6.11"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"license": "MIT",
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"git add .",
"vue-cli-service lint"
]
},
"optionalDependencies": {
"axios": "^0.20.0"
}
}