-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.86 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
{
"name": "@parishconnect/ui",
"version": "1.0.0",
"description": "Cross Platform UI for parishconnect",
"main": "dist/src/index.js",
"repository": "https://github.com/parishconnect/app/tree/master/packages/ui",
"author": "ParishConnect",
"license": "MIT",
"private": true,
"scripts": {
"start": "start-storybook --ci -p 6006 -s .storybook/public",
"build-storybook": "build-storybook",
"deploy": "storybook-to-ghpages",
"generate:icons": "svgr -d src/Icon/generated scripts/icons --ext=\"tsx\"",
"postinstall": "typesync"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/node": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@storybook/addon-actions": "^5.3.6",
"@storybook/addon-contexts": "^5.3.6",
"@storybook/addon-docs": "^5.3.6",
"@storybook/addon-links": "^5.3.6",
"@storybook/addon-viewport": "^5.3.6",
"@storybook/addons": "^5.3.6",
"@storybook/react": "^5.3.6",
"@storybook/storybook-deployer": "^2.8.6",
"@storybook/theming": "^5.3.6",
"@svgr/cli": "^5.0.1",
"@types/babel__core": "^7.1.3",
"@types/babel__preset-env": "^7.9.0",
"@types/cheerio": "^0.22.15",
"@types/color": "^3.0.1",
"@types/html-minifier": "^3.5.3",
"@types/luxon": "^1.24.4",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.3",
"@types/react-is": "^16.7.1",
"@types/react-select": "^3.0.10",
"@types/styled-system": "^5.1.4",
"@types/styled-system__css": "^5.0.4",
"@types/styled-system__should-forward-prop": "^5.1.0",
"@types/svgo": "^1.3.0",
"@types/tinycolor2": "^1.4.2",
"babel-loader": "^8.0.6",
"babel-plugin-emotion": "^10.0.27",
"babel-preset-react-app": "^9.1.0",
"camelcase": "^5.3.1",
"cheerio": "^1.0.0-rc.3",
"html-minifier": "^4.0.0",
"react": "^16.12.0",
"react-docgen-typescript-loader": "^3.6.0",
"react-dom": "^16.12.0",
"react-is": "^16.12.0",
"svgo": "^1.3.2"
},
"dependencies": {
"@babel/preset-typescript": "^7.8.3",
"@emotion/babel-preset-css-prop": "^10.0.27",
"@emotion/core": "^11.0.0-next.9",
"@emotion/styled": "^11.0.0-next.9",
"@styled-system/css": "^5.1.4",
"@styled-system/should-forward-prop": "^5.1.4",
"color": "^3.1.2",
"dom-helpers": "^5.1.3",
"framer-motion": "^1.7.0",
"luxon": "^1.25.0",
"react-laag": "^1.6.2",
"react-progressive-image": "^0.6.0",
"react-select": "^3.0.8",
"resize-observer-polyfill": "^1.5.1",
"styled-system": "^5.1.4",
"typescript": "^3.7.5",
"utility-types": "^3.10.0"
},
"peerDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
}