-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (44 loc) · 1.06 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
{
"name": "rjubr",
"version": "1.0.0",
"description": "brest nav",
"main": "index.js",
"scripts": {
"test": "test",
"start": "node server.js",
"wstart": "NODE_ENV=development webpack --config webpack.config.js --env.dev",
"wv": "webpack --version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jathpr/rjubr.git"
},
"keywords": [
"key",
"words",
"kh"
],
"author": "jathpr",
"license": "ISC",
"bugs": {
"url": "https://github.com/jathpr/rjubr/issues"
},
"homepage": "https://github.com/jathpr/rjubr#readme",
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"react-hot-loader": "^1.3.1",
"react-router": "^3.0.2",
"webpack": "^2.2.0"
},
"dependencies": {
"babel-core": "^6.22.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}