-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (42 loc) · 1.25 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
{
"name": "react-boxer",
"version": "0.0.1",
"description": "Flex Box Manager of React",
"homepage": "https://github.com/vifird/react-boxer",
"bug": "",
"email": "[email protected]",
"scripts": {
"precompile": "rimraf npm/__build__/**.js && rimraf npm/__build__/**/**.js",
"compile": "babel modules --extensions .js --out-dir npm/__build__",
"publish": "npm publish npm/__build__/ --tag latest"
},
"dependencies": {
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
},
"devDependencies": {
"cross-env": "^3.1.3",
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.10",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"codecov": "^1.0.1",
"cross-env": "^3.1.3",
"eslint": "^3.2.0",
"eslint-config-rackt": "^1.1.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-react": "^6.8.0",
"express": "^4.14.0",
"react-addons-test-utils": "^15.4.1",
"react-hot-loader": "^1.3.1",
"rimraf": "^2.5.4",
"webpack": "^1.14.0"
}
}