-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 932 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
{
"name": "techvaernet-restaurants",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"dependencies": {
"@react-google-maps/api": "^1.9.0",
"@svgr/webpack": "^4.3.3",
"@tailwindcss/custom-forms": "^0.2.1",
"airtable": "^0.8.1",
"cssnano": "^4.1.10",
"dotenv": "^8.2.0",
"framer-motion": "^1.10.3",
"gray-matter": "^4.0.2",
"isomorphic-unfetch": "^3.0.0",
"next": "^9.3.6",
"promise-polyfill": "^8.1.3",
"raw-loader": "^4.0.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-feather": "^2.0.8",
"react-markdown": "^4.3.1",
"tailwindcss": "^1.4.4"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}
}