-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.24 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
47
48
49
50
{
"name": "ph-tours",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 2999",
"build": "next build",
"start": "next start -p 2999"
},
"dependencies": {
"@emotion/babel-preset-css-prop": "^10.0.27",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@hookform/resolvers": "^1.0.0",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.11.0",
"@windmill/react-ui": "^0.3.2",
"@zeit/next-css": "^1.0.1",
"axios": "^0.20.0",
"dayjs": "^1.9.3",
"heroicons": "^0.4.2",
"js-cookie": "^2.2.1",
"leaflet": "^1.7.1",
"next": "9.5.5",
"next-seo": "^4.14.0",
"react": "17.0.0",
"react-dom": "17.0.0",
"react-hook-form": "^6.9.6",
"react-leaflet": "^2.8.0",
"react-rating-stars-component": "^2.2.0",
"swr": "^0.3.6",
"twin.macro": "^1.11.0",
"yup": "^0.29.3"
},
"devDependencies": {
"babel-plugin-inline-react-svg": "^1.1.1",
"postcss-preset-env": "^6.7.0",
"tailwind-scrollbar": "^1.0.1",
"tailwindcss": "^1.9.5"
},
"babelMacros": {
"twin": {
"config": "tailwind.config.js",
"preset": "emotion",
"debugProp": true,
"debugPlugins": false,
"debug": false
}
}
}