-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 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
{
"name": "minutemen",
"version": "1.0.0",
"main": "index.js",
"repository": {
"url": "[email protected]:YutakaHorikawa/minutemen.git",
"type": "git"
},
"scripts": {
"build": "./node_modules/.bin/babel src --out-dir lib --source-maps-inline"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
"babel-loader": "^6.2.10",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-inline-environment-variables": "^6.8.0",
"babel-plugin-transform-node-env-inline": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.18.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^5.0.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"license": "MIT",
"dependencies": {
"redux": "^3.6.0",
"redux-logic": "^0.10.2",
"rxjs": "^5.0.1"
}
}