-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·92 lines (92 loc) · 3.09 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "interra-data-catalog-components",
"version": "0.0.40",
"description": "React Components for Open Data Catalogs.",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/interra/data-catalog-components.git"
},
"author": "fmizzell <[email protected]>",
"license": "GPL-3.0",
"scripts": {
"lib": "npm run clean && babel src -d lib",
"clean": "rm -rf lib && mkdir lib",
"prepublish": "npm run lib",
"storybook": "NODE_PATH=src start-storybook -p 6006",
"deploy-storybook": "storybook-to-ghpages",
"lint": "eslint ./src",
"test": "jest --verbose"
},
"keywords": [
"react",
"react-component"
],
"dependencies": {
"@babel/core": "^7.3.4",
"bootstrap": "^4.2.1",
"core-js": "^2.6.5",
"excerpts": "0.0.3",
"html-to-react": "^1.3.4",
"prop-types": "^15.6.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-loader-advanced": "^1.7.1",
"react-loading-spin": "^1.0.9",
"react-router-dom": "^4.3.1",
"reactstrap": "^7.1.0",
"styled-components": "^4.1.3"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-a11y": "^5.0.11",
"@storybook/addon-actions": "^5.0.0",
"@storybook/addon-knobs": "^5.0.11",
"@storybook/addon-links": "^5.0.0",
"@storybook/addons": "^5.0.0",
"@storybook/react": "^5.0.0",
"@storybook/storybook-deployer": "^2.8.1",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "^2.1.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^6.3.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"jest": "^24.9.0",
"node-sass": "^4.11.0",
"prettier": "^1.16.0",
"react-test-renderer": "^16.9.0",
"sass-loader": "^7.1.0",
"url-loader": "^1.1.2"
},
"files": [
"lib"
]
}