-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "webiitc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"file-saver": "^2.0.5",
"filepond": "^4.30.4",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.11",
"framer-motion": "^10.15.0",
"fs": "^0.0.1-security",
"js-cookie": "^3.0.5",
"next": "13.4.4",
"nodemailer": "^6.9.4",
"postcss": "8.4.24",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-data-table-component": "^7.5.3",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-fast-marquee": "^1.6.5",
"react-filepond": "^7.1.2",
"react-icons": "^4.9.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"tailwindcss": "3.3.2",
"xlsx": "^0.18.5"
}
}