-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 840 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 840 Bytes
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
{
"name": "simfoni-ecom",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
"@types/redux-logger": "^3.0.12",
"axios": "^1.6.2",
"classnames": "^2.3.2",
"fabric": "^5.3.0",
"face-api.js": "^0.22.2",
"preact": "^10.19.1",
"react-redux": "^8.1.3",
"react-router-dom": "^6.20.0",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.6.0",
"@types/fabric": "^5.3.6",
"@types/node": "^20.10.2",
"@types/react": "^18.2.45",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^5.0.0"
}
}