forked from TeamFrodo/project-atelier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.93 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
{
"name": "atelier",
"private": true,
"version": "0.0.0",
"type": "commonjs",
"main": "server/index.js",
"scripts": {
"start": "concurrently 'npm:preview' 'npm:server-dev'",
"react-dev": "vite",
"server-dev": "node server/index.js",
"dev": "concurrently 'npm:react-dev' 'npm:server-dev'",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@blacklab/react-image-magnify": "^4.1.1",
"@cloudinary/react": "^1.11.2",
"@cloudinary/url-gen": "^1.9.2",
"@headlessui/react": "^1.7.13",
"axios": "^1.3.4",
"brotli": "^1.3.3",
"cloudinary": "^1.35.0",
"cloudinary-react": "^1.8.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"daisyui": "^2.51.3",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"mongodb": "^5.1.0",
"mongoose": "^7.0.2",
"morgan": "^1.10.0",
"nginx": "^1.0.8",
"path": "^0.12.7",
"pg": "^8.10.0",
"react": "^18.2.0",
"react-cursor-position": "^3.0.3",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-image-magnify": "^2.1.1",
"react-image-size": "^2.0.2",
"react-image-zoom": "^1.3.1",
"react-inner-image-zoom": "^3.0.2",
"react-lazyload": "^3.2.0",
"react-share": "^4.4.1",
"tailwind-scrollbar-hide": "^1.1.7",
"underscore": "^1.13.6"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "^0.29.3",
"autoprefixer": "^10.4.14",
"concurrently": "^7.6.0",
"eslint-plugin-react": "^7.32.2",
"https": "^1.0.0",
"jsdom": "^21.1.1",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"vite": "^4.1.4",
"vite-plugin-compression": "^0.5.1",
"vitest": "^0.29.3"
}
}