-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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": "temp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"axios": "^0.20.0",
"fs-extra": "^9.0.1",
"history": "^5.0.0",
"next": "9.5.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-icons": "^3.11.0",
"react-query": "^2.23.1",
"react-query-devtools": "^2.5.1",
"react-router-dom": "^6.0.0-beta.0",
"shortid": "^2.2.15",
"styled-components": "^5.2.0",
"styled-normalize": "^8.0.7"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "10.1.0",
"eslint": "6.6.0",
"eslint-config-prettier": "^6.7.0",
"eslint-config-react-app": "^5.0.2",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-flowtype": "4.4.1",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "7.16.0",
"eslint-plugin-react-hooks": "2.3.0",
"eslint-plugin-standard": "^4.0.1"
}
}