-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "fren",
"version": "0.0.1",
"description": "Fren-module for Kamafren social network",
"main": "index.js",
"scripts": {
"start": "node webpack.config.babel.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --env.dev",
"production": "webpack -p --env.production"
},
"keywords": [
"kamafren",
"kama",
"fren",
"decentralized",
"network"
],
"author": "Mochalygin",
"license": "ISC",
"dependencies": {
"ethereumjs-wallet": "^0.6.0",
"react": "^15.5.4",
"react-dom": "^15.5.3",
"react-hot-loader": "^3.0.0-beta.3",
"react-redux": "^5.0.4",
"redux": "^3.6.0",
"redux-devtools": "^3.4.0",
"store": "^2.0.4"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.24.1",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"loader-utils": "^1.1.0",
"node-sass": "^4.5.2",
"redux-devtools": "^3.4.0",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"webpack": "^2.1.0-beta.25",
"webpack-dev-server": "^2.1.0-beta.2"
}
}