forked from w3bdesign/nextjs-woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 909 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
{
"name": "nextjs-woocommerce",
"version": "1.0.17",
"description": "NextJS WooCommerce webshop",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/client": "^3.3.14",
"@types/react": "^17.0.3",
"algoliasearch": "^4.8.6",
"autoprefixer": "^10.2.5",
"graphql": "^15.5.0",
"next": "^10.1.3",
"node-fetch": "^2.6.1",
"nprogress": "^0.2.0",
"postcss": "^8.2.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.0.4",
"react-instantsearch-dom": "^6.10.3",
"react-spring": "^8.0.27",
"styled-components": "^5.2.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.12.0",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^2.1.1"
}
}