-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 851 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": "react-shop",
"version": "1.0.0",
"description": "nextjs, graphql shop",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "NODE_ENV=test jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raczosala/react-shop.git"
},
"keywords": [
"react",
"graphql",
"nextjs",
"prisma"
],
"author": "Oscar Salazar",
"license": "MIT",
"bugs": {
"url": "https://github.com/raczosala/react-shop/issues"
},
"homepage": "https://github.com/raczosala/react-shop#readme",
"dependencies": {
"next": "^8.0.3",
"nprogress": "^0.2.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"styled-components": "^4.1.3"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.10.0"
}
}