-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 1.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
{
"name": "Shoptik-ecommerce-web-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite ",
"start": "netlify dev --targetPort 5173 ",
"netlify": "netlify dev",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@auth0/auth0-react": "^2.0.0",
"@stripe/react-stripe-js": "^1.16.4",
"@stripe/stripe-js": "^1.46.0",
"airtable-node": "^0.1.20",
"axios": "^1.2.5",
"dotenv": "^16.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-icons": "^4.4.0",
"react-router-dom": "^6.4.2",
"stripe": "^11.11.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.12",
"netlify-cli": "^12.9.2",
"postcss": "^8.4.17",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4",
"tailwindcss": "^3.1.8",
"vite": "^3.1.0",
"vite-plugin-pwa": "^0.15.0",
"workbox-build": "^6.5.4",
"workbox-window": "^6.5.4"
}
}