forked from w3bdesign/nextjs-woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 947 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",
"version": "1.0.19",
"description": "NextJS WooCommerce webshop",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/client": "^3.4.16",
"@types/react": "^17.0.30",
"algoliasearch": "^4.10.5",
"autoprefixer": "^10.3.7",
"graphql": "^15.6.1",
"next": "^11.1.3-canary.94",
"node-fetch": "2.6.5",
"nprogress": "^0.2.0",
"postcss": "^8.3.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.17.5",
"react-instantsearch-dom": "^6.12.1",
"react-spring": "^8.0.27",
"styled-components": "^5.3.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.13.2",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^2.2.17"
}
}