forked from ets-berkeley-edu/nessie
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.99 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.99 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
67
68
69
70
71
72
73
74
{
"name": "nessie",
"version": "0.1.0",
"private": true,
"scripts": {
"build-vue": "vue-cli-service build --modern --dest 'dist/static'",
"lint-vue": "vue-cli-service lint --no-fix src",
"lint-vue-fix": "vue-cli-service lint src",
"preinstall": "npx npm-force-resolutions@0.0.3",
"serve-vue": "vue-cli-service serve --open"
},
"dependencies": {
"axios": "0.21.1",
"bootstrap-vue": "2.21.2",
"lodash": "4.17.21",
"vue": "2.6.14",
"vue-class-component": "7.2.6",
"vue-lodash": "2.1.2",
"vue-moment": "4.1.0",
"vue-property-decorator": "9.1.2",
"vue-router": "3.5.2",
"vuejs-datepicker": "1.6.2",
"vuex": "3.6.2"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"@typescript-eslint/typescript-estree": "^4.23.0",
"@vue/cli": "^4.5.13",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-typescript": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.2.2",
"eslint": "^7.26.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-unicorn": "^32.0.1",
"eslint-plugin-vue": "^7.9.0",
"eslint-plugin-xss": "^0.1.10",
"eslint-utils": "^2.1.0",
"npm-force-resolutions": "^0.0.10",
"typescript": "4.3.5",
"vue-eslint-parser": "^7.10.0",
"vue-template-compiler": "^2.6.14"
},
"babel": {
"presets": [
"@vue/app",
"@babel/preset-env"
]
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"license": "SEE LICENSE IN LICENSE",
"resolutions": {
"elliptic": "^6.5.4",
"lodash": "^4.17.21",
"merge": "^2.1.1",
"minimist": ">=1.2.3",
"selfsigned": ">=1.10.8"
}
}