-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
34 lines (34 loc) · 889 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
{
"name": "Chesser",
"version": "0.2.1",
"description": "A chess game viewer/editor",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
"build": "rollup --config rollup.config.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^6.0.0",
"@rollup/pluginutils": "^4.1.0",
"@types/chess.js": "^0.11.2",
"@types/node": "^17.0.17",
"detect-indent": "6.1.0",
"detect-newline": "3.1.0",
"obsidian": "0.13.21",
"rollup": "^2.67.2",
"rollup-plugin-css-only": "^3.1.0",
"stringify-package": "^1.0.1",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
},
"dependencies": {
"chess.js": "^0.12.1",
"chessground": "^8.2.0",
"nanoid": "^3.2.0"
}
}