-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
{
"name": "react-expanjo",
"version": "0.1.0",
"description": "expandable visual query building for react",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"storybook": "start-storybook -p 9001 -c .storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adorableio/react-expanjo.git"
},
"keywords": [
"react",
"javascript",
"query-builder"
],
"author": "Zachery Moneypenny <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/adorableio/react-expanjo/issues"
},
"homepage": "https://github.com/adorableio/react-expanjo#readme",
"devDependencies": {
"@storybook/addon-actions": "^3.2.12",
"@storybook/react": "^3.3.0-alpha.2",
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"eslint": "^4.8.0",
"eslint-config-adorable": "0.0.6",
"eslint-plugin-jest": "^21.2.0",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"jest": "^21.2.1"
},
"peerDependencies": {
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"dependencies": {
"prop-types": "^15.6.0",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"styled-components": "^2.2.0"
}
}