-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 969 Bytes
/
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
37
{
"name": "vila-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack -p --progress --config webpack.config.js",
"dev-build": "webpack --progress -d --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --progress -d --config webpack.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dkbosei00/vila.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dkbosei00/vila/issues"
},
"homepage": "https://github.com/dkbosei00/vila#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"webpack": "^4.37.0",
"webpack-cli": "^3.3.6"
},
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"dependencies": {
"babel-loader": "^8.0.6",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0"
}
}