-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.45 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
{
"name": "winnie",
"version": "0.1.68",
"description": "WYSIWYG editor of Kenga widgets",
"repository": "https://github.com/marat-gainullin/winnie.git",
"author": "marat-gainullin <mg@altsoft.biz>",
"license": "BSD-3-Clause",
"private": false,
"scripts": {
"clean": "rimraf ./build",
"build": "rimraf ./build && rollup -c",
"build:dev": "rimraf ./build && rollup -c --configDev"
},
"dependencies": {
"kenga": "0.0.59",
"kenga-labels": "0.0.52",
"kenga-buttons": "0.0.47",
"kenga-fields": "0.0.50",
"kenga-model-buttons": "0.0.40",
"kenga-model-fields": "0.0.43",
"kenga-containers": "0.0.68",
"kenga-menu": "0.0.58",
"kenga-grid": "0.0.108",
"septima-utils": "0.0.9",
"@babel/runtime": "^7.15.3",
"typescript": "4.9.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.3.0",
"@rollup/plugin-typescript": "^11.0.0",
"copyfiles": "^2.4.1",
"fast-glob": "^3.2.7",
"jasmine-core": "^3.9.0",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"rimraf": "^3.0.0",
"rollup": "^3.17.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-dev": "^2.0.0",
"rollup-plugin-include-sourcemaps": "0.7.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-postcss": "^4.0.2",
"shelljs": "^0.8.4",
"tslib": "^2.4.1"
}
}