-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "nextjs-cms-ecommerce",
"version": "0.1.0",
"private": false,
"author": {
"name": "Lucas Vogel [vogelino]",
"email": "[email protected]",
"url": "https://vogelino.com"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "standard",
"lint-fix": "npm run lint -- --fix"
},
"dependencies": {
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.11.0",
"autoprefixer": "^10.1.0",
"chrome-aws-lambda": "^5.5.0",
"cors": "^2.8.5",
"graphql": "^15.4.0",
"graphql-request": "^3.4.0",
"next": "10.0.4",
"next-translate": "^1.0.1",
"nookies": "^2.5.0",
"postcss": "^8.1.7",
"puppeteer": "^5.5.0",
"qs": "^6.9.4",
"react": "17.0.1",
"react-dom": "17.0.1",
"stripe": "^8.129.0",
"tailwindcss": "^2.0.2"
},
"repository": {
"type": "git",
"url": "[email protected]:vogelino/nextjs-cms-ecommerce.git"
},
"bugs": {
"url": "https://github.com/vogelino/nextjs-cms-ecommerce/issues"
},
"devDependencies": {
"standard": "^16.0.3"
}
}