forked from Shiny-Project/obs-earthquake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.08 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
35
36
{
"name": "obs-earthquake",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --config ./build/webpack.dev.js --watch",
"serve": "http-server ./dist --port 3111",
"build": "webpack --config ./build/webpack.production.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Last-Order/obs-earthquake.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Last-Order/obs-earthquake/issues"
},
"homepage": "https://github.com/Last-Order/obs-earthquake#readme",
"devDependencies": {
"@vue/compiler-sfc": "^3.0.5",
"css-loader": "^5.0.2",
"html-webpack-plugin": "^5.1.0",
"style-loader": "^2.0.0",
"vue-loader": "^16.1.2",
"webpack": "^5.22.0",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"http-server": "^0.12.3",
"socket.io-client": "^4.0.1",
"vue": "^3.0.5"
}
}