forked from covid19-group/dinecph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 934 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"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"@react-google-maps/api": "^1.8.6",
"@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.0",
"gray-matter": "^4.0.2",
"isomorphic-unfetch": "^3.0.0",
"next": "^9.3.3",
"promise-polyfill": "^8.1.3",
"raw-loader": "^4.0.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-feather": "^2.0.3",
"react-markdown": "^4.3.1",
"tailwindcss": "^1.2.0"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}
}