-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "ImparaAICheckers",
"version": "1.0.0",
"description": "AI Checkers App",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ImparaAI/checkers-web.git"
},
"keywords": [],
"author": "ImparaAI",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"classnames": "^2.2.6",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"jest": "^23.5.0",
"moment": "^2.23.0",
"node-sass": "^4.9.3",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"webpack-manifest-plugin": "^2.0.4",
"clean-webpack-plugin": "^0.1.19"
},
"dependencies": {
"axios": "^0.18.0"
}
}