This repository has been archived by the owner on Dec 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.61 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
52
53
54
55
56
57
58
59
{
"name": "@perchsecurity/perch-data",
"version": "1.3.0",
"description": "Utilities for managing data. Inspired by react-apollo.",
"main": "lib/index.js",
"private": false,
"scripts": {
"lib": "babel src --out-dir lib",
"lint": "prettier --write src/**/*.{js,jsx} && eslint src/**",
"prepare": "npm run lib",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/usePF/perch-data.git"
},
"keywords": [
"data",
"rest",
"perch"
],
"author": "Charles Burgess",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/usePF/perch-data/issues"
},
"homepage": "/~https://github.com/usePF/perch-data#readme",
"peerDependencies": {
"prop-types": "^15.0.0",
"react": ">=16.7.0",
"react-dom": ">=16.7.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.10.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.4",
"jest": "^22.4.4",
"prettier": "^1.16.1",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-test-renderer": "^16.7.0"
},
"dependencies": {
"immutability-helper": "^2.9.0",
"lodash.isequal": "^4.5.0",
"store": "^2.0.12"
}
}