-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
34 lines (34 loc) · 868 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": "chess-puzzle-player",
"version": "1.0.0",
"description": "Improve your game!",
"scripts": {
"start": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/denialromeo/3412-chess-problems.git"
},
"author": "Daniel Moore",
"license": "ISC",
"bugs": {
"url": "https://github.com/denialromeo/3412-chess-problems/issues"
},
"homepage": "https://github.com/denialromeo/3412-chess-problems#readme",
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"chess.js": "^0.10.2",
"jquery": "^3.3.1",
"urijs": "^1.19.1",
"webpack": "^4.16.5"
},
"devDependencies": {
"css-loader": "^1.0.0",
"style-loader": "^0.23.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.10"
}
}