-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
132 lines (132 loc) · 4.49 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
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
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "@influxdata/clockface",
"version": "6.3.11",
"license": "MIT",
"main": "dist/index.js",
"style": "dist/index.css",
"description": "UI Kit for building Chronograf and other Time Series visualization applications",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "github:influxdata/clockface"
},
"engines": {
"yarn": ">=1.16.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@storybook/addon-a11y": "^6.3.6",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-knobs": "^6.3.0",
"@storybook/addon-notes": "^5.3.21",
"@storybook/addon-viewport": "^6.3.6",
"@storybook/addons": "^6.3.6",
"@storybook/react": "^6.3.6",
"@storybook/storybook-deployer": "^2.8.10",
"@testing-library/react": "^12.1.2",
"@types/chroma-js": "^1.4.1",
"@types/classnames": "^2.2.7",
"@types/d3-ease": "^1.0.9",
"@types/jest": "^24.0.22",
"@types/lodash": "^4.14.178",
"@types/marked": "^0.6.5",
"@types/react": "^17.0.35",
"@types/react-datepicker": "^2.3.0",
"@types/react-dom": "^17.0.11",
"@types/uuid": "^3.4.4",
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.6.0",
"@wessberg/rollup-plugin-ts": "^1.1.73",
"babel-loader": "^8.0.5",
"chroma-js": "^2.0.3",
"classnames": "^2.2.6",
"css-loader": "^2.1.0",
"d3-ease": "^1.0.5",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"husky": "^4.2.5",
"jest": "^24.9.0",
"lodash": "^4.17.21",
"markdown-loader": "^5.0.0",
"marked": "^0.7.0",
"moment": "2.29.4",
"prettier": "^1.19.1",
"pretty-quick": "^3.1.0",
"prop-types": "^15",
"raw-loader": "^2.0.0",
"react": "^17.0.2",
"react-datepicker": "^2.8.0",
"react-docgen-typescript-loader": "^3.3.0",
"react-dom": "^17.0.2",
"react-scrollbars-custom": "^4.0.20",
"react-spring": "^8.0.27",
"resolve-url-loader": "^3.0.1",
"rollup": "^3.29.5",
"rollup-plugin-copy": "^3.0.0",
"rollup-plugin-gzip": "^2.2.0",
"rollup-plugin-sass": "^1.12.16",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^5.0.0",
"sass": "^1.22.0",
"sass-loader": "^7.1.0",
"storybook": "^6.3.6",
"storybook-readme": "^5.0.9",
"style-loader": "^0.23.1",
"ts-jest": "^24.1.0",
"ts-loader": "6.2.0",
"typescript": "3.8.3",
"uuid": "^3.2.1",
"webpack": "5.94.0"
},
"peerDependencies": {
"lodash": "^4.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"uuid": "^3.2.1"
},
"scripts": {
"clean": "rm -rf node_modules",
"start": "rollup -cw",
"build": "rm -rf dist && NODE_ENV=production rollup -c",
"build:dev": "rm -rf dist && NODE_ENV=development rollup -c",
"ci": "yarn test && yarn lint && yarn typecheck",
"test": "jest --maxWorkers=2",
"test:watch": "jest --watch --verbose",
"lint": "eslint 'src/**/*.{ts,tsx}'",
"lint:fix": "eslint --fix 'src/**/*.{ts,tsx}'",
"prettier": "pretty-quick --config .prettierrc.json --check '{src,cypress}/**/*.{ts,tsx}'",
"prettier:fix": "pretty-quick --config .prettierrc.json --write '{src,cypress}/**/*.{ts,tsx}'",
"typecheck": "tsc --noEmit --pretty",
"fix": "eslint --fix 'src/**/*.{ts,tsx}'; prettier --config .prettierrc.json --check 'src/**/*.{ts,tsx}'",
"storybook": "start-storybook -p 9001 -c .storybook",
"publishStorybook": "storybook-to-ghpages --out=.out"
},
"resolutions": {
"immer": "^9.0.6",
"minimatch": "^3.0.5",
"@wessberg/**/browserslist": "^4.16.5",
"@storybook/**/react-dev-utils/**/loader-utils": "^2.0.4",
"@storybook/**/file-loader/**/loader-utils": "^2.0.4",
"@storybook/**/babel-loader/**/loader-utils": "^1.4.2",
"@storybook/**/terser-webpack-plugin/**/loader-utils": "^1.4.2",
"@storybook/**/webpack/**/loader-utils": "^1.4.2",
"file-loader/**/loader-utils": "^1.4.2",
"html-loader/**/loader-utils": "^1.4.2",
"raw-loader/**/loader-utils": "^1.4.2",
"style-loader/**/loader-utils": "^1.4.2",
"sass-loader/**/loader-utils": "^1.4.2",
"ts-loader/**/loader-utils": "^1.4.2",
"webpack-loader/**/loader-utils": "^1.4.2"
},
"dependencies": {
"@types/react-window": "^1.8.5",
"react-window": "^1.8.7"
}
}