-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 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
{
"name": "shareit",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.20.1",
"axios": "^0.19.0",
"classnames": "^2.2.6",
"lodash": "^4.17.11",
"lodash.clonedeep": "^4.5.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-icons": "^3.7.0",
"react-redux": "^5.0.7",
"react-router-dom": "^5.0.1",
"react-scripts": "1.1.4",
"redux": "^4.0.0",
"redux-saga": "^0.16.0"
},
"homepage": "https://x.com",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject",
"lint": "eslint src"
},
"devDependencies": {
"eslint": "^6.0.1",
"eslint-config-airbnb": "15.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"gh-pages": "^1.2.0",
"prettier": "^1.18.2"
}
}