forked from kevinsimper/copenhagen.community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 987 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
{
"name": "copenhagen.community",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "next",
"build": "next build && next export",
"deploy": "npm run build && npx surge out copenhagen.community",
"watch": "npx onchange '**/*.js' -- prettier --write {{changed}}",
"fix-lint": "prettier --write 'pages/*.js' 'components/**'",
"test": "echo \"Error: no test specified\" && exit 1",
"update-events": "node fetchevents.js > events.json && gsutil cp events.json gs://cphcomevents/"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@material/react-button": "^0.15.0",
"@material/react-material-icon": "^0.15.0",
"@material/react-text-field": "^0.15.0",
"@material/react-top-app-bar": "^0.15.0",
"@zeit/next-css": "^1.0.1",
"got": "^9.6.0",
"ical.js": "^1.3.0",
"next": "^9.0.6",
"prettier": "^1.18.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
}