-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.46 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.46 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
{
"name": "browndash-components",
"version": "0.1.54",
"description": "Component library as used by Dash.",
"main": "dist/cjs/index.js",
"types": "dist/cjs/types/index.d.ts",
"module": "dist/esm/index.js",
"style": "dist/styles/global.min.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o docs-build",
"npm-publish": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brown-dash/Dash-Components.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brown-dash/Dash-Components/issues"
},
"homepage": "https://github.com/brown-dash/Dash-Components#readme",
"devDependencies": {
"@babel/core": "^7.17.5",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.5.6",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.6",
"@storybook/testing-library": "0.0.9",
"@types/react": "^17.0.39",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.10",
"@types/react-measure": "^2.0.8",
"babel-loader": "^8.2.3",
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.69.0",
"rollup-plugin-dts": "^4.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.49.9",
"sass-loader": "^10",
"tslib": "^2.3.1",
"typescript": "^4.6.2"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.7",
"@mui/styled-engine-sc": "^5.12.0",
"color": "^4.2.3",
"npm": "^9.8.1",
"react-color": "^2.19.3",
"react-icons": "^4.3.1",
"react-measure": "^2.5.2"
}
}