-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.96 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
{
"name": "@mapc/components",
"version": "0.0.6",
"repository": {
"type": "git",
"url": "git+https://github.com/MAPC/mapc-components.git"
},
"description": "A component library for use in MAPC websites",
"main": "dist/esm/index.min.js",
"license": "MIT",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
"@storybook/blocks": "^8.0.9",
"@storybook/react": "^8.0.9",
"@storybook/react-webpack5": "^8.0.9",
"@storybook/test": "^8.0.9",
"@stylistic/eslint-plugin-js": "^1.8.0",
"bootstrap": "^5.3.3",
"eslint": "^9.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-storybook": "^0.8.0",
"prettier": "^3.2.5",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.3.1",
"react-router-bootstrap": "^0.26.2",
"react-router-dom": "^6.23.0",
"rollup": "^4.17.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"storybook": "^8.0.9",
"styled-components": "^6.1.8"
},
"peerDependencies": {
"bootstrap": "^5.3.2",
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-dom": "^18.2.0",
"react-router-bootstrap": "^0.26.2",
"react-router-dom": "^6.21.3",
"styled-components": "^6.1.8"
},
"packageManager": "[email protected]",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"airtable": "^0.12.2",
"arcgis-pbf-parser": "^0.0.4",
"idb": "^8.0.0",
"leaflet": "^1.9.4",
"react-bootstrap-icons": "^1.11.4",
"react-leaflet": "^4.2.1"
}
}