-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.09 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
{
"name": "stupidchess",
"version": "2024.8.0",
"description": "Stupid Chess web game",
"repository": "https://github.com/norwoodj/stupidchess",
"main": "static/js/game.jsx",
"dependencies": {
"jquery": "^3.2.1",
"muicss": "^0.9.27",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-html-parser": "^2.0.0",
"react-table": "^6.6.0",
"timeago.js": "^3.0.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.11.1",
"copy-webpack-plugin": "^4.1.0",
"eslint": "^4.8.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-react": "^7.33.1",
"json-loader": "^0.5.7",
"node-libs-browser": "^1.0.0",
"webpack": "^3.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"build": "webpack -p --progress"
},
"author": "John Norwood",
"license": "ISC"
}