-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.81 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": "pstqr",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"start": "yarpm run serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lint:fix": "eslint --fix './src/**/*.vue'",
"lint:components": "eslint './src/' --ext .vue,.js,.ts",
"lint:debug": "eslint --print-config *.js",
"serve:https": "vue-cli-service serve --https",
"install:submodule": "git clone git@github.com:maurer2/NumberGenerator.git ./NumberGenerator"
},
"dependencies": {
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.21",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"@vue/eslint-config-typescript": "^5.0.1",
"core-js": "^3.6.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-vue": "^6.0.1",
"fg-select-css": "^3.2.0",
"http-errors": "^1.7.3",
"jsbarcode": "^3.11.0",
"lodash": "^4.17.15",
"postcss-nesting": "^7.0.1",
"postcss-normalize": "^8.0.1",
"postcss-short-color": "^4.0.0",
"postcss-strip-inline-comments": "^0.1.5",
"register-service-worker": "^1.6.2",
"typescript": "^3.6.0",
"vue": "^2.6.11",
"vue-class-component": "^7.1.0",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.1.3",
"vuex": "^3.1.2",
"vuex-class": "^0.3.2",
"webpack-bundle-analyzer": "^3.6.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.1",
"@vue/cli-plugin-pwa": "^4.1.1",
"@vue/cli-plugin-typescript": "^4.1.1",
"@vue/cli-service": "^4.1.1",
"vue-template-compiler": "^2.6.11",
"yarpm": "^0.2.1"
}
}