-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.95 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
{
"name": "@vdimensions/forest-js-react",
"version": "1.2.36",
"description": "Forest front-end integration with React",
"author": "Virtual Dimensions",
"license": "Apache-2.0",
"homepage": "https://gitlab.com/vdimensions/frameworks/forest/forest-js-react#readme",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/vdimensions/frameworks/forest/forest-js-react.git"
},
"bugs": {
"url": "https://gitlab.com/vdimensions/frameworks/forest/forest-js-react/issues"
},
"keywords": [
"Forest",
"forest-js-react"
],
"main": "index.js",
"module": "index.esm.js",
"types": "index.d.ts",
"scripts": {
"build": "rimraf dist && rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {},
"peerDependencies": {
"@vdimensions/forest-js-frontend": "^1.2.17",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.3.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.0.6",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.4",
"@types/jest": "^25.2.3",
"@types/node": "^13.13.52",
"@types/react": "^16.14.24",
"@types/react-dom": "^16.9.14",
"@types/react-router-dom": "^5.3.3",
"@vdimensions/forest-js-frontend": "^1.2.18",
"@vdimensions/rollup-js-helpers": "^0.1.10",
"ansi-regex": ">=5.0.1",
"minimist": ">=1.2.6",
"moment": ">=2.29.2",
"path-parse": ">=1.0.7",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.3.0",
"rimraf": "^3.0.2",
"rollup": "^2.70.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-license": "^2.6.1",
"rollup-plugin-multi-input": "^1.3.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"tslint": "^6.1.3",
"tslint-react": "^4.2.0",
"typescript": "^3.9.10"
}
}