-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 945 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 945 Bytes
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": "strat-randomizer",
"version": "0.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "3.17.2",
"vue": "2.6.14",
"vue-class-component": "7.2.6",
"vue-property-decorator": "9.1.2"
},
"devDependencies": {
"@types/core-js": "2.5.5",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"@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": "6.0.0",
"eslint": "6.8.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-vue": "6.2.2",
"node-sass": "4.14.1",
"prettier": "2.3.2",
"sass-loader": "8.0.2",
"typescript": "4.4.2",
"vue-template-compiler": "2.6.14"
}
}