-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.22 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
{
"name": "s-forms-smart-components",
"version": "0.0.9",
"private": true,
"scripts": {
"dev": "parcel serve ./example/index.html --port 8080",
"build": "parcel build ./src/lib.js --target browser",
"build:lib": "npm run-script build && npm pack"
},
"main": "src/lib.js",
"browser": "dist/lib.js",
"targets": {
"browser": {
"distDir": "dist",
"outputFormat": "commonjs",
"optimize": false
}
},
"browserslist": [
"> 0.2%",
"not dead"
],
"files": [
"src/",
"dist/"
],
"dependencies": {
"intelligent-tree-select": "^0.8.0"
},
"devDependencies": {
"@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",
"classnames": "^2.2.6",
"jsonld": "^0.4.12",
"jsonld-utils": "https://kbss.felk.cvut.cz/dist/jsonld-utils-0.0.11.tgz",
"parcel": "^2.0.0-beta.2",
"prop-types": "^15.7.2",
"query-string": "^6.13.5",
"react": "~16.9.0",
"react-bootstrap": "1.0.1",
"react-dom": "~16.9.0",
"s-forms": "https://kbss.felk.cvut.cz/dist/s-forms-0.2.6.tgz"
}
}