-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1015 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
39
40
41
{
"name": "underground",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8181",
"build": "next build",
"start": "next start -p 8181"
},
"dependencies": {
"@apollo/client": "^3.3.11",
"@stripe/react-stripe-js": "^1.3.0",
"@stripe/stripe-js": "^1.13.0",
"axios": "^0.21.1",
"express": "^4.17.1",
"graphql": "^15.5.0",
"isomorphic-unfetch": "^3.1.0",
"lodash": "^4.17.20",
"next": "10.0.7",
"nextjs-cors": "^1.0.3",
"nextjs-redirect": "^5.0.0",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.7",
"nprogress": "^0.2.0",
"react": "17.0.1",
"react-dom": "^17.0.1",
"sass": "^1.32.8",
"stripe": "^8.137.0",
"uuid": "^8.3.2",
"validator": "^13.5.2",
"woocommerce-api": "^1.5.0"
},
"devDependencies": {
"install": "^0.13.0",
"postcss-flexbugs-fixes": "^5.0.1",
"postcss-import": "^13.0.0",
"postcss-preset-env": "^6.7.0",
"precss": "^4.0.0",
"tailwindcss": "^1.9.6"
}
}