This repository has been archived by the owner on May 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
89 lines (89 loc) · 2.84 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
{
"name": "@fnhipster/storystore-ui",
"version": "2.0.0",
"description": "Luma React UI LIbrary",
"repository": "https://github.com/PMET-public/luma-ui.git",
"author": "Carlos A. Cabrera @fnhhipster",
"license": "MIT",
"files": [
"dist/"
],
"scripts": {
"dev": "start-storybook -p 5001 --quiet -s ./public",
"generate": "./bin/generate.js",
"storybook:deploy": "storybook-to-ghpages",
"tslint": "tslint -p . -c tslint.json",
"test": "echo \"No Tests Found 🧐\" ",
"prettier": "prettier --check --write ."
},
"peerDependencies": {
"react": "16.13.1",
"react-dom": "16.13.1",
"styled-components": "4.4.1"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.7.7",
"@storybook/addon-a11y": "5.3.18",
"@storybook/addon-actions": "5.3.18",
"@storybook/addon-backgrounds": "5.3.18",
"@storybook/addon-knobs": "5.3.18",
"@storybook/addon-viewport": "5.3.18",
"@storybook/addons": "5.3.18",
"@storybook/react": "5.3.18",
"@storybook/storybook-deployer": "^2.8.1",
"@types/braintree-web-drop-in": "^1.18.0",
"@types/common-tags": "^1.8.0",
"@types/d3-ease": "^1.0.9",
"@types/google-map-react": "^1.1.5",
"@types/lodash.get": "^4.4.6",
"@types/node": "^13.1.4",
"@types/prismjs": "^1.16.0",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.0",
"@types/react-slick": "^0.23.4",
"@types/react-tabs": "^2.3.1",
"@types/styled-components": "4.4.1",
"babel-loader": "^8.0.5",
"babel-plugin-inline-react-svg": "^1.1.0",
"babel-plugin-styled-components": "1.10.7",
"braintree-web-drop-in": "^1.20.4",
"common-tags": "^1.8.0",
"concurrently": "^5.0.2",
"core-js": "3.6.4",
"d3-ease": "^1.0.6",
"focus-visible": "^5.0.2",
"google-map-react": "^1.1.6",
"lodash.get": "^4.4.2",
"prettier": "2.0.2",
"prismjs": "^1.18.0",
"prop-types": "^15.0.0-0",
"raw-loader": "^4.0.0",
"react": "16.13.1",
"react-content-loader": "^5.0.4",
"react-dom": "16.13.1",
"react-hook-form": "^5.0.3",
"react-is": "^16.13.1",
"react-lazy-images": "^1.1.0",
"react-slick": "^0.25.2",
"react-spring": "^8.0.25",
"react-tabs": "^3.1.0",
"react-toastify": "^5.5.0",
"remixicon": "^2.3.0",
"rimraf": "^3.0.0",
"styled-components": "4.4.1",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"tslint-loader": "^3.5.4",
"tslint-plugin-prettier": "^2.1.0",
"tslint-react": "^4.2.0",
"tslint-react-hooks": "^2.2.1",
"typescript": "^3.7.4",
"webpack": "^4.41.5"
}
}