-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 994 Bytes
/
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
{
"name": "ecommerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npx purgecss --config purgecss.config.js -o ./assets/uicons/css/uicons.css && next build",
"buildIcons": "npx purgecss --config purgecss.config.js -o ./assets/uicons/css/uicons.css",
"start": "next start",
"lint": "next lint",
"compile": "npx tailwindcss -i ./src/main.css -o ./app/globals.css --watch --minify"
},
"dependencies": {
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.52.0",
"@tailwindcss/forms": "^0.5.3",
"creditcardutils": "^1.0.0",
"dompurify": "^3.0.1",
"eslint": "8.29.0",
"eslint-config-next": "^13.3.4",
"next": "^13.3.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.1",
"stripe": "^12.0.0",
"swr": "^2.1.2",
"zustand": "^4.3.2"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4"
}
}