forked from SE-JE/Next-Light-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.5 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": "next-light",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/font": "13.0.7",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"axios": "^1.3.4",
"babel-plugin-transform-define": "^2.1.0",
"chart.js": "^4.3.0",
"dotenv": "^16.0.3",
"google-map-react": "^2.1.10",
"js-cookie": "^3.0.1",
"js-file-download": "^0.4.12",
"moment": "^2.29.4",
"next": "13.0.7",
"react": "18.2.0",
"react-calendar": "^4.0.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-outside-click-handler": "^1.3.0",
"react-qr-barcode-scanner": "^1.0.6",
"typescript": "4.9.4"
},
"devDependencies": {
"@types/google-map-react": "^2.1.7",
"@types/js-cookie": "^3.0.3",
"@types/react-calendar": "^3.9.0",
"@types/react-outside-click-handler": "^1.3.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.35.0",
"eslint-config-next": "^13.1.6",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.20",
"prettier": "2.8.4",
"tailwindcss": "^3.2.4"
}
}