-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 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
52
{
"name": "blissville",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"develop": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.27.2",
"bootstrap": "^5.2.0",
"chart.js": "^3.9.1",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"formik": "^2.2.9",
"formik-persist": "^1.1.0",
"humanize-plus": "^1.8.2",
"iconsax-react": "^0.0.8",
"next": "^12.3.0",
"next-seo": "^6.5.0",
"nextjs-progressbar": "^0.0.14",
"query-string": "^7.1.1",
"rc-slider": "^10.0.1",
"react": "17.0.2",
"react-bootstrap": "^2.5.0",
"react-chartjs-2": "^4.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-datepicker": "^4.8.0",
"react-dom": "17.0.2",
"react-icons": "^4.11.0",
"react-markdown": "^8.0.3",
"react-markdown-editor-lite": "^1.3.3",
"react-number-format": "4",
"react-reveal": "^1.2.2",
"react-select": "^5.4.0",
"react-share": "^4.4.0",
"react-snowfall": "^1.2.1",
"react-toastify": "^8.2.0",
"sass": "^1.49.9",
"store2": "^2.14.2",
"swiper": "^8.3.2",
"swr": "^1.3.0",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.12.0",
"eslint-config-next": "12.1.1"
}
}