-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 860 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": "redux-ecosystem",
"version": "1.0.0",
"description": "The website of Redux-related addons, libraries, and utilities based on https://github.com/markerikson/redux-ecosystem-links",
"main": "index.js",
"repository": "git@github.com:wilbertliu/redux-ecosystem.git",
"author": "Wilbert Liu <wilbertliu@gmail.com>",
"license": "MIT",
"dependencies": {
"express": "^4.16.2",
"isomorphic-unfetch": "^2.0.0",
"download-stats": "^0.3.2",
"markdown": "^0.5.0",
"next": "^4.2.3",
"node-fetch": "^1.7.3",
"normalize-url": "^2.0.1",
"ora": "^1.4.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"slug": "^0.9.1"
},
"devDependencies": {
"react-icons": "^2.2.7",
"prettier": "^1.10.2"
},
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "next start"
}
}