-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 799 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 799 Bytes
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
{
"name": "reactors-router",
"version": "3.1.1",
"description": "Router for reactors",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"babel": "rm -rf dist; babel --out-dir dist/ app/",
"babel:watch": "rm -rf dist; babel --watch --out-dir dist/ app/",
"prepublishOnly": "yarn babel"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-env": "^2.4.1",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^3.1.0",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-react-native": "^1.1.0"
},
"dependencies": {
"lodash": "^4.17.4"
}
}