-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
88 lines (88 loc) · 2.87 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
{
"name": "sms-sdk-toolbox-ui",
"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",
"build-storybook": "build-storybook",
"build": "rm -rf dist/ && microbundle --jsx React.createElement --external styled-components && rm dist/index.module.js dist/index.module.js.map",
"dev": "microbundle --jsx React.createElement --external styled-components --watch --compress false --raw true"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SymphonyPlatformSolutions/sms-sdk-toolbox-ui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SymphonyPlatformSolutions/sms-sdk-toolbox-ui/issues"
},
"private": true,
"homepage": "https://github.com/SymphonyPlatformSolutions/sms-sdk-toolbox-ui#readme",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-a11y": "^5.1.3",
"@storybook/addon-actions": "^5.0.11",
"@storybook/addon-knobs": "^5.0.11",
"@storybook/addon-links": "^5.0.11",
"@storybook/addon-notes": "^5.1.10",
"@storybook/addon-viewport": "^5.0.11",
"@storybook/addons": "^5.0.11",
"@storybook/react": "^5.0.11",
"axios": "^0.19.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^8.0.5",
"babel-plugin-styled-components": "^1.10.6",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"color": "^3.1.1",
"css-loader": "^2.1.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-react": "^7.11.1",
"node-sass": "^4.12.0",
"polished": "^3.4.1",
"react": "^16.8.6",
"react-contexify": "^4.1.1",
"react-copy-to-clipboard": "^5.0.1",
"react-data-grid": "^6.1.0",
"react-dom": "^16.8.6",
"react-icons": "^3.7.0",
"react-modal": "^3.8.1",
"react-phone-input-2": "^2.9.5",
"react-select": "^3.0.4",
"react-spinners": "^0.5.4",
"react-table": "^6.10.3",
"sass-loader": "^7.1.0",
"storybook-addon-jsx": "^7.1.2",
"storybook-addon-styled-component-theme": "^1.2.3",
"style-loader": "^0.23.1",
"styled-components": "^4.3.2",
"styled-icons": "^8.4.2",
"uuid": "^3.3.3"
},
"dependencies": {
"microbundle": "0.11.0"
},
"peerDependencies": {
"axios": "^0.19.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.2.0"
}
}