-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 3.89 KB
/
Copy pathpackage.json
File metadata and controls
113 lines (113 loc) · 3.89 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "symphony-bdk-ui-toolkit",
"version": "1.0.0",
"description": "Package with component-based development of SMS",
"source": "src/index.js",
"main": "dist/index.js",
"module": "dist/index.module.js",
"unpkg": "dist/index.umd.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006 -s ./public & nodemon mock-json-server/mock-server.js",
"mock": "nodemon mock-json-server/mock-server.js",
"build-storybook": "build-storybook",
"build": "rm -rf dist/ && microbundle --jsx React.createElement --external styled-components,d3-time,d3-scale,d3-shape,d3-time-format,react-stockcharts && rm dist/index.module.js dist/index.module.js.map",
"dev": "microbundle --jsx React.createElement --external styled-components,d3-time,d3-scale,d3-shape,d3-time-format,react-stockcharts --watch --compress false --raw true"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SymphonyPlatformSolutions/symphony-bdk-ui-toolkit.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/SymphonyPlatformSolutions/symphony-bdk-ui-toolkit/issues"
},
"homepage": "https://github.com/SymphonyPlatformSolutions/symphony-bdk-ui-toolkit#readme",
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@storybook/addon-a11y": "^5.3.3",
"@storybook/addon-actions": "^5.3.3",
"@storybook/addon-knobs": "^5.3.3",
"@storybook/addon-links": "^5.3.3",
"@storybook/addon-notes": "^5.3.3",
"@storybook/addon-viewport": "^5.3.3",
"@storybook/addons": "^5.3.3",
"@storybook/api": "^5.3.3",
"@storybook/components": "^5.3.3",
"@storybook/core-events": "^5.3.3",
"@storybook/react": "^5.3.3",
"axios": "^0.19.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.10.6",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"color": "^3.1.2",
"css-loader": "^3.3.0",
"d3-scale": "^3.2.1",
"d3-shape": "^1.3.7",
"d3-time": "^1.1.0",
"d3-time-format": "^2.2.2",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-react": "^7.17.0",
"faker": "^4.1.0",
"json-server": "^0.15.1",
"node-sass": "^4.13.0",
"nodemon": "^2.0.1",
"polished": "^3.4.2",
"react": "^16.12.0",
"react-contexify": "^4.1.1",
"react-copy-to-clipboard": "^5.0.2",
"react-data-grid": "^6.1.0",
"react-dom": "^16.12.0",
"react-modal": "^3.11.1",
"react-phone-input-2": "^2.11.0",
"react-select": "^3.0.8",
"react-spinners": "^0.6.1",
"react-stockcharts": "^0.7.8",
"react-table": "^7.0.0-beta.20",
"sass-loader": "^8.0.0",
"storybook-addon-jsx": "^7.1.13",
"storybook-addon-styled-component-theme": "^1.2.5",
"style-loader": "^1.0.1",
"styled-components": "^4.3.2",
"styled-icons": "^9.0.1",
"use-debounce": "^3.3.0",
"uuid": "^3.3.3"
},
"dependencies": {
"@storybook/addon-docs": "^5.3.4",
"@storybook/preset-create-react-app": "^1.5.1",
"d3-dsv": "^1.2.0",
"microbundle": "0.11.0",
"react-hooks-sse": "^1.0.0",
"react-resize-detector": "^4.2.1",
"react-responsive-tabs": "^3.3.0",
"react-scripts": "^3.3.0",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5"
},
"peerDependencies": {
"axios": "^0.19.0",
"d3-scale": "^3.2.1",
"d3-shape": "^1.3.7",
"d3-time": "^1.1.0",
"d3-time-format": "^2.2.2",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-stockcharts": "^0.7.8",
"styled-components": "^4.4.1"
}
}