-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 823 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 823 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
{
"name": "qnect4",
"version": "1.0.0",
"description": "A quantum gravity board game",
"main": "src/index.js",
"scripts": {
"dev-server": "webpack-dev-server",
"build": "webpack --env.production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/parameterized/qnect4.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/parameterized/qnect4/issues"
},
"homepage": "https://github.com/parameterized/qnect4#readme",
"dependencies": {
"core-js": "^3.6.5"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}