-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.56 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
50
51
{
"name": "relocation",
"version": "0.5.0",
"description": "Relocation works with React Redux to manage modals, lightboxes, alerts, and overlays.",
"main": "index.js",
"scripts": {
"prepublish": "./node_modules/.bin/babel -s -d . src",
"lint": "./node_modules/.bin/eslint .",
"spec": "NODE_ENV=test ./node_modules/.bin/_mocha -r adana-dump --compilers js:babel-core/register -R spec --recursive test/spec/**/*.spec.js",
"test": "npm run lint && npm run spec"
},
"author": "Neal Granger <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:nealgranger/relocation.git"
},
"license": "CC0-1.0",
"dependencies": {
"cuid": "^2.1.0",
"fbjs": "^0.8.16",
"hoist-non-react-statics": "^2.3.1"
},
"peerDependencies": {
"react": "^15.0.0-0 || ^16.0.0-0",
"react-redux": "^4.4.5 || ^5.0.0",
"redux": "^3.5.2"
},
"devDependencies": {
"adana-cli": "^0.1.2",
"adana-dump": "^0.1.0",
"adana-format-istanbul": "^0.1.1",
"babel-cli": "^6.14.0",
"babel-preset-metalab": "^1.0.0",
"eslint": "^3.19.0",
"eslint-config-metalab": "^6.0.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-filenames": "^1.2.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-lodash-fp": "^2.1.3",
"eslint-plugin-react": "^7.0.1",
"mocha": "^3.4.2",
"react": "^15.3.0",
"react-dom": "^15.5.4",
"react-redux": "^4.4.5",
"react-router": "^2.7.0",
"react-test-renderer": "^15.5.4",
"redux": "^3.5.2",
"unexpected": "^10.29.0",
"unexpected-react": "^4.0.2"
}
}