-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 892 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
{
"name": "dazzboard",
"version": "1.0.0",
"description": "A ✨ dazzling 💫 dashboard that works for you",
"main": "pages/index.js",
"repository": "github:dazzboard/dazzboard",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"next": "next",
"dev": "node server.js",
"build": "next build",
"export": "next export",
"deploy": "now deploy",
"start": "NODE_ENV=production node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.16.2",
"google-map-react": "^0.31.0",
"isomorphic-unfetch": "^2.0.0",
"jsonp": "^0.2.1",
"next": "^4.2.3",
"object-assign": "^4.1.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"rebass": "^1.0.4",
"stocks.js": "0.0.17",
"yahoo-stocks": "^2.0.1",
"zipcodes": "^6.0.0"
}
}