-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 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
{
"name": "wwa-message-loader",
"version": "1.0.0",
"description": "WWA Message Loader",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"build": "webpack",
"deploy": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aokashi/WWAMessageLoader.git"
},
"author": "Aokashi",
"license": "MIT",
"bugs": {
"url": "https://github.com/aokashi/WWAMessageLoader/issues"
},
"homepage": "https://github.com/aokashi/WWAMessageLoader#readme",
"devDependencies": {
"css-loader": "^4.2.1",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.7",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.0.9"
},
"dependencies": {
"@wwawing/event-emitter": "^3.4.2",
"@wwawing/loader": "^3.4.2",
"@wwawing/styles": "^3.4.2",
"vue": "^2.6.11"
}
}