forked from trekkspace/dbd-skillcheck-simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1 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
{
"name": "dbd-skillchecksimulator",
"version": "0.1.5",
"private": true,
"scripts": {
"serve": "cross-env NODE_OPTIONS='--openssl-legacy-provider' vue-cli-service serve",
"build": "cross-env NODE_OPTIONS='--openssl-legacy-provider' vue-cli-service build",
"lint": "cross-env NODE_OPTIONS='--openssl-legacy-provider' vue-cli-service lint"
},
"dependencies": {
"animejs": "^3.2.1",
"circular-json": "^0.5.9",
"core-js": "^3.20.3",
"marked": "^4.0.10",
"simplebar-vue": "^1.6.8",
"velocity-animate": "^1.5.2",
"vue": "^2.6.14",
"vue-agile": "^2.0.0",
"vue-popperjs": "^2.3.0",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-plugin-vuex": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"babel-eslint": "^10.0.3",
"cross-env": "^7.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.6.10"
}
}