-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.9 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
{
"name": "s-forms-geo-components",
"version": "0.1.6",
"private": true,
"scripts": {
"dev": "start-storybook -p 6006",
"build": "microbundle --jsx React.createElement",
"build:lib": "npm run build && npm pack",
"build-storybook": "build-storybook"
},
"engines": {
"node": ">=14.17.1"
},
"type": "module",
"source": "src/lib.js",
"exports": "./dist/s-forms-geo-components.modern.js",
"module": "./dist/s-forms-geo-components.js",
"unpkg": "./dist/s-forms-geo-components.umd.js",
"targets": {
"browser": {
"distDir": "dist",
"outputFormat": "commonjs",
"optimize": false
}
},
"files": [
"src/",
"dist/"
],
"dependencies": {
"@types/leaflet": "^1.7.11",
"axios": "^1.1.3",
"leaflet": "^1.8.0",
"react-leaflet": "^4.0.0",
"react-leaflet-custom-control": "^1.2.2"
},
"peerDependencies": {
"@kbss-cvut/s-forms": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@kbss-cvut/s-forms": "^0.7.0",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"babel-loader": "^8.2.3",
"bootstrap": "^4.6.0",
"classnames": "^2.2.6",
"jsonld": "^0.4.12",
"jsonld-utils": "https://kbss.felk.cvut.cz/dist/jsonld-utils-0.0.11.tgz",
"microbundle": "^0.14.2",
"prettier": "2.6.0",
"prop-types": "^15.7.2",
"query-string": "^6.13.5",
"react": "^18.2.0",
"react-bootstrap": "1.0.1",
"react-dom": "^18.2.0",
"typescript": "^4.6.2"
}
}