-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.07 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.07 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
57
58
59
60
61
62
63
64
65
66
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --report"
},
"workspaces": [
"src/core/*",
"src/modules/*"
],
"dependencies": {
"@inti5/api-frontend": "*",
"@inti5/configuration": "*",
"@inti5/event-bus": "*",
"@inti5/graph-sanitizer": "*",
"@inti5/mapper": "*",
"@inti5/object-manager": "*",
"@inti5/utils": "*",
"@inti5/validator": "*",
"@inti5/webpack-loader": "*",
"caniuse-lite": "^1.0.30001563"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@vue/cli-plugin-babel": "^4.5.19",
"@vue/cli-plugin-router": "^4.5.19",
"@vue/cli-plugin-typescript": "^4.5.19",
"@vue/cli-plugin-vuex": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"node-sass": "^7.0.1",
"sass": "^1.54.5",
"sass-loader": "^8.0.2",
"typescript": "^4.7.4",
"vue": "^2.7.9",
"vue-class-component": "^7.2.6",
"vue-debounce": "^3.1.1",
"vue-property-decorator": "^8.5.1",
"vue-router": "^3.5.4",
"vue-template-babel-compiler": "^1.2.0",
"vue-template-compiler": "^2.7.9",
"vuex": "^3.6.2",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^0.17.0",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.4.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}