forked from imranhsayed/woo-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 977 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": "woo-next",
"version": "1.0.0",
"description": "Woocommerce Front end app with Nextjs",
"scripts": {
"dev": "next dev",
"build": "npm run build-fragment && next build",
"build-fragment": "node schemaQuery.js",
"start": "next start",
"deploy": "npm run build && now"
},
"author": "Imran Sayed",
"license": "ISC",
"engines": {
"node": ">=8.12.0",
"npm": ">=6.4.1"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@zeit/next-css": "^1.0.1",
"apollo-boost": "^0.4.4",
"apollo-cache-inmemory": "^1.6.3",
"apollo-link": "^1.2.13",
"apollo-link-http": "^1.5.15",
"express": "^4.17.1",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"isomorphic-unfetch": "^3.0.0",
"next": "^9.3.2",
"nodemon": "^1.19.1",
"react": "^16.8.6",
"react-apollo": "^3.0.1",
"react-dom": "^16.8.6",
"uuid": "^7.0.2",
"validator": "^13.0.0",
"woocommerce-api": "^1.4.2"
}
}