-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.57 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
{
"name": "@cnic/storage",
"version": "0.0.1",
"description": "Micro Frontend Storage",
"productName": "Micro Frontend Storage",
"author": "mimas",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.15.9",
"axios": "^0.27.2",
"core-js": "^3.6.5",
"jwt-decode": "^3.1.2",
"normalizr": "^3.6.2",
"pinia": "^2.0.11",
"qs": "^6.10.3",
"quasar": "^2.11.5",
"single-spa": "^5.9.3",
"single-spa-vue": "^2.5.1",
"spark-md5": "^3.0.2",
"vue": "^3.0.0",
"vue-i18n": "^9.0.0",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@quasar/app-webpack": "^3.7.1",
"@types/node": "^12.20.21",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.10.0",
"eslint-config-standard": "^17.0.0-1",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-n": "^14.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^8.5.0",
"file-replace-loader": "^1.4.0",
"string-replace-loader": "^3.1.0",
"systemjs-webpack-interop": "^2.3.7"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"engines": {
"node": ">= 12.22.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}