-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.37 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
44
45
46
47
48
49
50
51
52
{
"name": "grids-and-tables",
"version": "1.0.0",
"author": "anmolmahatpurkar",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"prestart": "next build",
"start": "next start",
"preexport": "npm run build",
"export": "next export",
"prestart-static": "$npm_execpath run export",
"start-static": "serve out"
},
"dependencies": {
"axios": "0.21.1",
"dayjs": "1.10.6",
"next": "11.1.0",
"next-offline": "^5.0.5",
"react": "17.0.2",
"react-is": "^17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.4",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0",
"styled-components": "5.3.0"
},
"devDependencies": {
"@types/node": "16.6.0",
"@types/react": "17.0.17",
"@types/react-dom": "17.0.9",
"@types/styled-components": "5.1.12",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"babel-plugin-styled-components": "^1.13.2",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
"prettier-eslint-cli": "^5.0.1",
"serve": "12.0.0",
"typescript": "4.3.5"
}
}