forked from imranhsayed/nextjs-woocommerce-restapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1003 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
35
36
37
38
{
"name": "nextjs-woocommerce-restapi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"svg": "svgr -d src/components/icons src/components/icons/svgs"
},
"dependencies": {
"@stripe/stripe-js": "^1.36.0",
"@svgr/cli": "^5.5.0",
"@woocommerce/woocommerce-rest-api": "^1.0.1",
"axios": "^0.21.4",
"classnames": "^2.3.1",
"dompurify": "^2.4.0",
"lodash": "^4.17.21",
"micro": "^9.4.1",
"next": "^12.3.0",
"next-stripe": "^1.0.0-beta.9",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.54.9",
"stripe": "^10.8.0",
"validator": "^13.7.0"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.1.0",
"postcss-preset-env": "^6.7.1",
"precss": "^4.0.0",
"tailwindcss": "^2.2.19"
}
}