forked from covid19-group/c19
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 887 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 887 Bytes
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": "corona",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.1.0",
"@tailwindcss/ui": "^0.1.3",
"country-code-emoji": "^1.0.0",
"crypto": "^1.0.1",
"cssnano": "^4.1.10",
"dotenv": "^8.2.0",
"framer-motion": "^1.9.1",
"libphonenumber-js": "^1.7.46",
"next": "9.3.2",
"node-fetch": "^2.6.0",
"pg-promise": "^10.4.4",
"ramda": "^0.27.0",
"react": "16.13.0",
"react-dom": "16.13.0",
"react-markdown": "^4.3.1",
"rollbar": "^2.15.0",
"tailwindcss": "^1.2.0",
"twilio": "^3.40.0"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"jsxBracketSameLine": true,
"trailingComma": "es5"
}
}