-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 4.57 KB
/
package.json
File metadata and controls
120 lines (120 loc) · 4.57 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
114
115
116
117
118
119
120
{
"name": "@togglecorp/toggle-ui",
"version": "0.18.7",
"description": "React component library by togglecorp",
"files": [
"/build"
],
"sideEffect": [
"src/styles.css"
],
"main": "build/index.js",
"module": "build/index.es.js",
"style": "build/index.css",
"typings": "build/index.d.ts",
"scripts": {
"prepare": "install-peers",
"build": "rollup -c && tsc --project tsconfig-typings.json",
"prepack": "yarn build",
"watch": "rollup -c -w",
"typecheck": "tsc",
"lint": "eslint --rule 'import/no-unresolved: 0' 'src/**/*.[tj]s?(x)'",
"storybook": "export SET NODE_OPTIONS=--openssl-legacy-provider && start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toggle-corp/toggle-ui.git"
},
"author": "tnagorra",
"license": "ISC",
"bugs": {
"url": "https://github.com/toggle-corp/toggle-ui/issues"
},
"homepage": "https://github.com/toggle-corp/toggle-ui#readme",
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.11.2",
"@tanem/svg-injector": "^10.1.12",
"@togglecorp/fujs": "^1.9.2-beta.0",
"@types/requestidlecallback": "^0.3.1",
"d3-axis": "^2.0.0",
"d3-scale": "^3.2.3",
"file-saver": "^2.0.2",
"react-icons": "^4.2.0",
"react-textarea-autosize": "^8.3.3",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@babel/core": "^7.11.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-do-expressions": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-proposal-function-sent": "^7.10.4",
"@babel/plugin-proposal-json-strings": "^7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-numeric-separator": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/plugin-proposal-throw-expressions": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@storybook/addon-a11y": "^6.2.8",
"@storybook/addon-actions": "^6.2.8",
"@storybook/addon-essentials": "^6.2.8",
"@storybook/addon-links": "^6.2.8",
"@storybook/client-api": "^6.2.8",
"@storybook/node-logger": "^6.2.8",
"@storybook/react": "^6.2.8",
"@types/d3-axis": "^2.0.0",
"@types/d3-scale": "^3.1.0",
"@types/file-saver": "^2.0.1",
"@types/node": "^14.11.2",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"babel-loader": "^8.1.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-polyfill-corejs3": "^0.0.5",
"chromatic": "^5.1.0",
"css-loader": "^4.2.2",
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-import-resolver-babel-module": "^5.1.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-postcss-modules": "^1.2.0",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"install-peers-cli": "^2.2.0",
"path": "^0.12.7",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.2.3",
"postcss-normalize": "^9.0.0",
"postcss-preset-env": "^6.7.0",
"react-is": "^16.13.1",
"rollup": "^2.26.8",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-filesize": "^9.0.2",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-stylelint": "^1.0.0",
"style-loader": "^1.2.1",
"stylelint": "^13.7.0",
"stylelint-config-concentric": "^2.0.2",
"stylelint-config-recommended": "^3.0.0",
"typescript": "^4.0.3"
}
}