-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
{
"name": "wingle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@netlify/plugin-nextjs": "^4.38.1",
"@next/font": "13.1.2",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/react-js-pagination": "^3.0.4",
"axios": "^1.4.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.2",
"exceljs": "^4.3.0",
"i18next": "^23.2.11",
"i18next-resources-to-backend": "^1.1.4",
"next": "13.1.2",
"next-i18next": "^14.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^13.0.2",
"react-js-pagination": "^3.0.3",
"react-query": "^3.39.3",
"react-router-dom": "^6.8.2",
"read-excel-file": "^5.6.1",
"recoil": "^0.7.7",
"styled-components": "^5.3.6",
"styled-reset": "^4.4.5",
"typescript": "4.9.4",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"babel-plugin-styled-components": "^2.0.7"
},
"browser": {
"fs": false,
"os": false,
"path": false
}
}