-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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
44
45
46
47
48
{
"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.2.5",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"cookie": "^0.4.1",
"dompurify": "^2.3.0",
"graphql": "^15.4.0",
"lodash": "^4.17.20",
"next": "^11.0.1",
"next-seo": "^4.26.0",
"node-fetch": "^2.6.1",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-mailchimp-subscribe": "^2.1.3",
"react-toastify": "^7.0.4",
"sass": "^1.29.0",
"uuid": "^8.3.1",
"validator": "^13.1.17"
},
"devDependencies": {
"@svgr/cli": "^5.5.0",
"install": "^0.13.0",
"babel-eslint": "^10.1.0",
"cypress": "^6.9.1",
"eslint": "^7.20.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-jsdoc": "^32.2.0",
"eslint-plugin-react": "^7.22.0",
"postcss-flexbugs-fixes": "^5.0.1",
"postcss-import": "^13.0.0",
"postcss-preset-env": "^6.7.0",
"precss": "^4.0.0",
"prop-types": "^15.7.2",
"tailwindcss": "^1.9.6"
}
}