-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1 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
{
"name": "storyconsoleeditor",
"version": "1.2.220615",
"description": "Story Console Editor",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"author": "jack850628",
"license": "ISC",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
"css-loader": "^5.0.1",
"deepmerge": "^4.2.2",
"mini-server": "^1.0.2",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"stream": "0.0.2",
"style-loader": "^2.0.0",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.61.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"@babel/core": "^7.12.10",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"esprima": "^4.0.1",
"file-saver": "^2.0.5",
"jszip": "^3.5.0",
"jszip-utils": "^0.1.0",
"vue": "^2.6.12",
"vuetify": "^2.4.0",
"vuex": "^3.6.0"
}
}