-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (73 loc) · 2.11 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
{
"name": "emma_clothes",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"build": "vite build",
"server": "json-server --watch db.json -m ./node_modules/json-server-auth --port 3000",
"start": "concurrently \"npm run dev\" \"npm run server\""
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@reduxjs/toolkit": "^2.2.7",
"@shopify/koa-shopify-auth": "^5.0.3",
"@vitejs/plugin-react": "^4.3.0",
"antd": "^5.19.4",
"axios": "^1.7.2",
"chart.js": "^4.4.4",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"file-saver": "^2.0.5",
"isomorphic-fetch": "^3.0.0",
"js-cookie": "^3.0.5",
"js-image-zoom": "^0.7.0",
"json-server": "^0.17.4",
"json-server-auth": "^2.1.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"jwt-decode": "^4.0.0",
"koa": "^2.15.3",
"koa-session": "^6.4.0",
"moment": "^2.30.1",
"prop-types": "^15.8.1",
"qs": "^6.13.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-medium-image-zoom": "^5.2.9",
"react-quill": "^2.0.0",
"react-redux": "^9.1.2",
"react-responsive-image-zoom": "^1.0.1",
"react-router-dom": "^6.23.1",
"react-slick": "^0.30.2",
"react-to-print": "^2.15.1",
"react-toastify": "^10.0.5",
"recharts": "^2.12.7",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^3.1.0",
"slick-carousel": "^1.8.1",
"swiper": "^11.1.4",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.19",
"esbuild": "^0.23.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"vite": "^4.5.3"
}
}