-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.08 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "frontend-semarang-go",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx,json,md}"
},
"dependencies": {
"@material-symbols/svg-400": "^0.5.2",
"@reach/portal": "^0.18.0",
"@react-spring/web": "^9.7.1",
"@tanstack/react-table": "^8.8.5",
"@types/dompurify": "^3.0.1",
"@types/node": "18.15.10",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"@types/validator": "^13.7.14",
"axios": "^1.3.4",
"date-fns": "^2.29.3",
"eslint": "^8.36.0",
"eslint-config-next": "13.2.4",
"highcharts": "^10.3.3",
"highcharts-react-official": "^3.2.0",
"html-react-parser": "^3.0.15",
"http-proxy-middleware": "^2.0.6",
"https": "^1.0.0",
"isomorphic-dompurify": "^1.5.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"material-symbols": "^0.5.2",
"next": "13.2.4",
"next-pwa": "^5.6.0",
"path": "^0.12.7",
"react": "18.2.0",
"react-calendar": "^4.2.1",
"react-content-loader": "^6.2.1",
"react-debounce-input": "^3.3.0",
"react-dom": "18.2.0",
"react-joyride": "^2.5.4",
"react-paginate": "^8.1.4",
"react-router-dom": "^6.9.0",
"recoil": "^0.7.7",
"sharp": "^0.32.1",
"swiper": "^9.2.0",
"swr": "^2.1.1",
"typescript": "latest",
"validator": "^13.9.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.4",
"@next/eslint-plugin-next": "^13.2.4",
"@svgr/webpack": "^7.0.0",
"@types/lodash": "^4.14.194",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "2.8.7",
"sass": "^1.60.0",
"typescript-plugin-css-modules": "^5.0.0"
},
"packageManager": "[email protected]"
}