-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.58 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "podchain",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --watch src/server --watch index.js -e js",
"debug": "nodemon --inspect --watch src/server --watch index.js -e js",
"build": "webpack --config webpack.config.babel.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"auth0-lock": "10.14.0",
"body-parser": "1.17.1",
"express": "^4.14.1",
"feedparser": "2.1.0",
"isomorphic-fetch": "2.2.1",
"pg": "6.1.5",
"postchain-client": "^0.1.0",
"prop-types": "15.5.8",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"react-router": "^3.0.2",
"redux": "^3.6.0",
"redux-thunk": "2.2.0",
"request": "2.81.0",
"secp256k1": "^3.2.5",
"uuid4": "1.0.0"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.0",
"babel-plugin-stylus-compiler": "1.4.0",
"babel-plugin-transform-css-import-to-string": "0.0.2",
"babel-plugin-version-inline": "1.0.0",
"babel-preset-env": "^1.1.8",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "6.22.0",
"babel-preset-stage-1": "^6.22.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.0",
"sass-loader": "^6.0.0",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-dev-server": "^2.3.0"
}
}