-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "snapp-express-challenge",
"version": "0.1.0",
"author": "M.Hassan Mojab",
"license": "ISC",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"axios": "^0.25.0",
"framer-motion": "^6.2.3",
"query-string": "^7.1.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-icons": "^4.3.1",
"react-paginate": "^8.1.0",
"react-query": "^3.17.2",
"react-resize-detector": "^7.0.0",
"react-responsive": "^9.0.0-beta.6",
"react-router-dom": "^6.2.1",
"react-spinners": "^0.11.0",
"sass": "^1.49.0",
"tailwindcss": "^3.0.18",
"use-query-params": "^1.2.3"
},
"devDependencies": {
"@types/node": "^17.0.13",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/tailwindcss": "^3.0.4",
"@vitejs/plugin-react-refresh": "^1.3.1",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"typescript": "^4.5.4",
"vite": "^2.7.13"
}
}