-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.02 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
{
"name": "xmonthly",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "npm run lint && npm run html-validate && vue-cli-service build",
"lint": "vue-cli-service lint && npx stylelint \"src/assets/scss/*.scss\" --fix",
"html-validate": "vue-cli-service html-validate",
"prod": "vue-cli-service serve --mode production"
},
"dependencies": {
"axios": "^0.22.0",
"bootstrap-vue": "^2.1.0",
"ci": "^2.1.1",
"joi": "^17.4.2",
"lodash": "^4.17.21",
"stylelint": "^15.10.1",
"stylelint-scss": "^4.1.0",
"tslib": "^2.6.0",
"vue": "^3.0.0",
"vue-class-component": "^8.0.0-0",
"vue-i18n": "^9.2.0-beta.16",
"vue-loaders": "^4.1.4",
"vue-property-decorator": "^10.0.0-rc.3",
"vue-router": "^4.0.12",
"vue3-popper": "^1.5.0",
"vuex": "^4.0.0-0",
"vuex-module-decorators": "^1.0.1"
},
"devDependencies": {
"@babel/polyfill": "^7.7.0",
"@types/lodash": "^4.14.176",
"@types/node": "^16.18.23",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-typescript": "^4.5.19",
"@vue/cli-plugin-vuex": "^4.5.14",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"bootstrap": "^5.2.3",
"eslint": "^8.40.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.0.0",
"html-loader": "^0.5.5",
"html-validate": "^7.17.0",
"html-validate-vue": "^5.1.4",
"portal-vue": "^2.1.6",
"postcss": "^8.4.5",
"postcss-less": "^6.0.0",
"prettier": "^2.2.1",
"sass": "^1.19.0",
"sass-loader": "^10.2.1",
"typescript": "~4.1.5",
"vue-cli-plugin-bootstrap": "~0.4.0",
"vue-cli-plugin-html-validate": "~3.0.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.82.0"
}
}