This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.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
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
{
"name": "react-cimpress-users",
"version": "1.1.0",
"description": "A simple user management component based on COAM",
"main": "./lib/index.js",
"scripts": {
"start": "start-storybook -p 3000",
"storybook": "start-storybook -p 3000",
"build-storybook": "build-storybook",
"code-check": "eslint --ext .js --ext .jsx src",
"compile": "babel src -d lib --copy-files"
},
"files": [
"lib"
],
"author": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/Cimpress/react-cimpress-users.git"
},
"homepage": "https://github.com/Cimpress/react-cimpress-users#readme",
"bugs": {
"url": "https://github.com/Cimpress/react-cimpress-users/issues"
},
"license": "ISC",
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0",
"@cimpress/react-components": ">=4 <11"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@cimpress/react-components": "^5.7.5",
"@storybook/addon-actions": "^4.0.0-alpha.16",
"@storybook/addon-console": "^1.0.4",
"@storybook/addon-knobs": "^3.4.10",
"@storybook/addon-links": "^4.0.0-alpha.16",
"@storybook/addon-options": "^3.4.10",
"@storybook/addon-viewport": "^3.4.10",
"@storybook/addons": "^4.0.0-alpha.16",
"@storybook/react": "^4.0.0-alpha.16",
"auth0-sso-login": "^3.0.115",
"aws-sdk": "^2.286.2",
"babel-loader": "^8.0.4",
"css-loader": "^1.0.0",
"eslint": "^5.2.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-react": "^7.11.0",
"jwt-decode": "^2.2.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-virtualized-select": "^3.1.3",
"style-loader": "^0.21.0",
"webpack": "^4.16.4",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"axios": "^0.18.1",
"coam-client": "^0.1.14",
"debounce": "^1.1.0",
"deepmerge": "^2.1.1",
"i18next": "^11.5.0",
"prop-types": "latest",
"react-i18next": "^7.10.1",
"react-portal": "^4.1.5",
"regenerator": "^0.13.2",
"regenerator-runtime": "^0.12.0"
}
}