-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2 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
{
"name": "digimaker-eui",
"version": "0.1.0-beta.4",
"private": false,
"description": "digimaker CMF Editorial UI library. Build admin ui easily using digimaker-eui.",
"repository": "git://github.com/digimakergo/digimaker-eui.git",
"keywords": [
"cmf",
"cms",
"digimaker"
],
"license": "MIT",
"author": "Digimaker Go",
"bugs": {
"url": "https://github.com/digimakergo/digimaker-eui/issues"
},
"files": [
"**/*.js",
"dm.json",
"*.css"
],
"homepage": "https://digimaker.org",
"peerDependencies": {},
"devDependencies": {
"@tinymce/tinymce-react": "^3.6.0",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.5",
"formdata-polyfill": "^3.0.19",
"i18next": "^19.0.2",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"qs": "^6.9.1",
"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-scripts": "3.1.2",
"react-select": "^3.1.0",
"react-tooltip": "^3.11.6",
"recharts": "^1.8.5",
"sortablejs": "^1.12.0",
"tinymce": ">=5.10.0",
"typescript": "^3.8.3",
"universal-cookie": "^4.0.3",
"digimaker-ui": "0.1.0-beta.1"
},
"scripts": {
"dist": "rm -rf dist/* && cp ./package.json ./README.md ./src/*.css ./dist && tsc",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {}
}