This repository was archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.27 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.27 KB
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
{
"name": "react-cimpress-templates",
"version": "0.4.2",
"description": "Template selection",
"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",
"build": "babel src -d lib --copy-files"
},
"files": [
"lib"
],
"author": "TrdelnikSquad@cimpress.com",
"repository": {
"type": "git",
"url": "git+https://github.com/Cimpress/react-cimpress-templates.git"
},
"homepage": "https://github.com/Cimpress/react-cimpress-templates#readme",
"bugs": {
"url": "https://github.com/Cimpress/react-cimpress-templates/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/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0-beta.55",
"@cimpress/react-components": "^5.7.0",
"@sambego/storybook-state": "^1.3.1",
"@storybook/addon-actions": "^4.0.7",
"@storybook/addon-knobs": "^3.4.11",
"@storybook/addon-links": "^4.0.7",
"@storybook/addons": "^4.0.7",
"@storybook/react": "^4.0.7",
"auth0-sso-login": "^3.0.115",
"aws-sdk": "^2.286.2",
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.0",
"eslint": "^5.2.0",
"eslint-config-google": "^0.10.0",
"eslint-plugin-react": "^7.10.0",
"jwt-decode": "^2.2.0",
"mailparser": "^2.7.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"style-loader": "^0.21.0"
},
"dependencies": {
"cimpress-tagliatelle": "^0.3.2",
"classnames": "^2.2.6",
"coam-client": "^0.1.14",
"i18next": "^11.5.0",
"js-base64": "^2.4.9",
"prop-types": "^15.6.2",
"react-cimpress-comment": "^2.0.1",
"react-cimpress-users": "^1.0.7",
"react-fast-highlight": "^2.2.2",
"react-frame-component": "^4.0.2",
"react-i18next": "^7.10.1",
"react-portal": "^4.1.5",
"react-virtualized-select": "^3.1.3",
"regenerator": "^0.14.1",
"regenerator-runtime": "^0.12.0",
"stereotype-client": "^4.1.0",
"webpack": "^4.20.2"
}
}