-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 939 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 939 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
33
34
35
36
37
38
39
40
{
"name": "dechess",
"version": "1.0.0",
"description": "IPFS Chess Platform",
"scripts": {
"test": "standard",
"lint": "standard --fix",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Block-Lab/dechess.git"
},
"author": "Block Lab",
"license": "MIT",
"bugs": {
"url": "https://github.com/Block-Lab/dechess/issues"
},
"keywords": [
"IPFS",
"chess"
],
"homepage": "https://github.com/Block-Lab/dechess#readme",
"dependencies": {
"chess.js": "^0.10.2",
"chessground": "^7.3.2"
},
"devDependencies": {
"clean-webpack-plugin": "^1.0.0",
"css-loader": "^2.0.0",
"file-loader": "^3.0.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"standard": "^12.0.1",
"style-loader": "^0.23.0",
"url-loader": "^1.1.1",
"webpack": "^4.19.0",
"webpack-cli": "^3.1.0"
}
}