-
Notifications
You must be signed in to change notification settings - Fork 255
/
package.json
41 lines (41 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
41
{
"name": "woo-next",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"svg": "svgr -d src/components/icons src/components/icons/svgs"
},
"dependencies": {
"@apollo/client": "^3.3.16",
"@stripe/stripe-js": "^1.14.0",
"@svgr/cli": "^5.5.0",
"@woocommerce/woocommerce-rest-api": "^1.0.1",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"graphql": "^15.4.0",
"lodash": "^4.17.20",
"micro": "^9.3.4",
"next": "^11.1.1",
"next-stripe": "^1.0.0-beta.9",
"node-fetch": "^2.6.1",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"sass": "^1.29.0",
"stripe": "^8.148.0",
"uuid": "^8.3.1",
"validator": "^13.1.17"
},
"devDependencies": {
"install": "^0.13.0",
"postcss-flexbugs-fixes": "^5.0.1",
"postcss-import": "^13.0.0",
"postcss-preset-env": "^6.7.0",
"precss": "^4.0.0",
"tailwindcss": "^1.9.6"
}
}