-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.26 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
{
"name": "@ec/verwaltung",
"version": "3.3.0",
"private": true,
"scripts": {
"serve": "yarn versiongen && rollup -cw",
"build": "yarn versiongen && NODE_ENV=production rollup -c",
"versiongen": "git rev-parse --verify HEAD > .commithash",
"types": "tsc --noEmit && cd src/serviceWorker && tsc --noEmit",
"lint": "eslint --ext .js,.vue,.ts src",
"build:loading": "cd loading && rollup -c"
},
"dependencies": {
"@apollo/client": "3.3.11",
"@vue/composition-api": "1.0.0-rc.2",
"comlink": "4.3.0",
"consola": "2.15.3",
"es-module-shims": "0.9.0",
"graphql": "15.5.0",
"graphql-tag": "2.11.0",
"material-design-icons-iconfont": "6.1.0",
"roboto-fontface": "*",
"tslib": "2.1.0",
"vee-validate": "2.2.15",
"vue": "2.6.12",
"vue-class-component": "7.2.6",
"vue-composable": "1.0.0-dev.37",
"vue-property-decorator": "9.1.2",
"vue-router": "3.5.1",
"vuetify": "1.5.24",
"vuetify-dialog": "0.3.8"
},
"devDependencies": {
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-node-resolve": "11.2.0",
"@rollup/pluginutils": "4.1.0",
"@surma/rollup-plugin-comlink": "0.3.0",
"@surma/rollup-plugin-off-main-thread": "2.0.0",
"@types/chokidar": "2.1.3",
"@types/elementtree": "0.1.0",
"@types/json5": "0.0.30",
"@types/node": "14.14.31",
"@types/pug": "2.0.4",
"@types/ws": "7.4.0",
"@typescript-eslint/eslint-plugin": "4.15.1",
"@typescript-eslint/parser": "4.15.1",
"autoprefixer": "10.2.4",
"chokidar": "3.5.1",
"cssnano": "4.1.10",
"directory-tree": "2.2.7",
"esbuild": "0.8.50",
"eslint": "7.20.0",
"eslint-config-prettier": "8.0.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-vue": "7.6.0",
"http-server": "0.12.3",
"json5": "2.2.0",
"node-sass": "5.0.0",
"postcss": "8.2.6",
"prettier": "2.2.1",
"pug": "3.0.0",
"rollup": "2.39.0",
"rollup-plugin-esbuild": "2.6.1",
"rollup-plugin-postcss": "4.0.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-visualizer": "4.2.0",
"rollup-plugin-vue": "5.1.9",
"typescript": "4.1.5",
"vue-eslint-parser": "7.5.0",
"vue-template-compiler": "2.6.12",
"ws": "7.4.3"
},
"browserslist": [
"> 1.2%"
]
}