-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.01 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
69
70
71
72
73
74
{
"name": "digimaker-ui",
"version": "0.2.3",
"description": "UI components for Digimaker CMF, including displaying, editing, field, content and related utils.",
"main": "dist/index.js",
"files": [
"**/*.js",
"*.css",
"fieldtype_settings.json",
"locale/*.json"
],
"bin": {
"test@digimaker-ui": "./src"
},
"scripts": {
"dist": "rm -rf dist/* && cp ./package.json ./src/fieldtype_settings.json README.md ./src/*.css ./dist && tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"docz:dev": "docz dev",
"docz:build": "docz build",
"docz:serve": "docz build && docz serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digimakergo/digimaker-ui.git"
},
"keywords": [
"cmf",
"cms",
"digimaker",
"react"
],
"author": "Digimaker Go",
"license": "MIT",
"bugs": {
"url": "https://github.com/digimakergo/digimaker-ui/issues"
},
"homepage": "https://digimaker.org",
"dependencies": {
"@tinymce/tinymce-react": "^3.13.0",
"@types/sortablejs": "^1.10.7",
"bootstrap": "^4.5.0",
"formdata-polyfill": "^3.0.19",
"immutability-helper": "^3.1.1",
"moment": "^2.24.0",
"react-bootstrap": "^1.0.1",
"react-datetime": "^2.16.3",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-moment": "^0.9.2",
"react-select": "^3.1.0",
"react-sortablejs": "6.1.0",
"react-tooltip": "^4.2.21",
"sortablejs": "^1.12.0",
"source-map-loader": "^1.0.0",
"tinymce": ">=5.10.0",
"universal-cookie": "^4.0.3"
},
"devDependencies": {
"@nejcm/docz-theme-extended": "^2.0.14",
"@types/node": "^12.7.5",
"@types/react": "^16.9.37",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.1.5",
"classnames": "^2.3.1",
"docz": "^2.4.0",
"react": ">=16.14.0",
"react-dom": ">=16.14.0",
"react-router-dom": ">=5.1.2",
"ts-loader": "^7.0.5",
"typescript": "^4.3.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}