-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.56 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "next-chessground",
"version": "0.13.10",
"description": "React and Next wrapper for Chessground with chessboard and pieces out of the box",
"main": "dist/index.js",
"module": "dist/index.es.js",
"author": "victorocna <victor@chesscoders.com>",
"license": "GPL-3.0",
"homepage": "https://github.com/victorocna/next-chessground",
"repository": {
"type": "git",
"url": "git+https://github.com/victorocna/next-chessground.git"
},
"keywords": [
"chess",
"chessboard",
"chessground",
"react"
],
"files": [
"index.js",
"dist"
],
"scripts": {
"build": "rollup -c",
"prepack": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"chess.js": "^0.12.0",
"chessground": "^7.12.0",
"merge-class-names": "^1.4.2",
"react-pure-modal": "^2.1.0",
"store2": "^2.12.0"
},
"peerDependencies": {
"react": "^17 || ^18",
"react-dom": "^17 || ^18"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-url": "^6.1.0",
"eslint": "^7.11.0",
"eslint-plugin-react": "^7.21.4",
"prettier": "^2.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"rollup": "^2.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2"
}
}