-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.74 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.74 KB
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
59
60
61
62
63
64
65
66
{
"name": "ayaqdop",
"version": "1.0.0",
"description": "Football chess game Ayaqdop",
"main": "index.js",
"scripts": {
"build": "webpack --config config/webpack/webpack.prod.js",
"lint": "eslint src -c config/.eslintrc.json",
"start": "webpack-dev-server --config config/webpack/webpack.dev.js",
"test": "jest --config config/jest/jest.json"
},
"keywords": [
"ayaqdop",
"football",
"chess",
"soccer",
"Kazakhstan",
"board game"
],
"author": "Olzhas Askar",
"homepage": "http://ayaqdop.herokuapp.com",
"repository": {
"type": "git",
"url": "https://github.com/ayaqdop/frontend.git"
},
"license": "MIT",
"babel": {
"extends": "./config/.babelrc"
},
"dependencies": {
"deep-equal": "^1.1.0",
"firebase": "^7.23.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dnd": "^9.4.0",
"react-dnd-html5-backend": "^9.4.0",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"dotenv": "^8.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3",
"eslint": "^6.6.0",
"eslint-plugin-react": "^7.16.0",
"favicons-webpack-plugin": "^1.0.2",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^26.4.0",
"prettier": "^2.1.2",
"react-hot-loader": "^4.12.15",
"style-loader": "^1.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
}
}