-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.04 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
{
"name": "react-lvl1-polished-star-ifj3fd",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.tsx",
"dependencies": {
"@types/lodash": "4.14.149",
"@types/react-js-pagination": "3.0.3",
"@types/react-paginate": "6.2.1",
"@types/styled-components": "4.4.2",
"lodash": "4.17.15",
"namor": "2.0.2",
"rc-pagination": "1.20.13",
"react": "16.8.4",
"react-dom": "16.8.4",
"react-js-pagination": "3.0.2",
"react-paginate": "6.3.2",
"react-scripts": "2.1.3",
"styled-components": "5.0.0"
},
"devDependencies": {
"@types/react": "16.8.8",
"@types/react-dom": "16.8.2",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"prettier": "2.2.1",
"typescript": "3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}