-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.47 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
{
"name": "2sxc-ui",
"version": "18.03.00",
"description": "2sxc UI - the JS UI of 2sxc",
"scripts": {
"ci-all": "npm ci && cd projects/$2sxc && npm ci && cd ../.. && cd projects/inpage && npm ci && cd ../.. && cd projects/code-editor-snippets && npm ci && cd ../.. && cd projects/quick-dialog && npm ci && cd ../.. && cd projects/cms && npm ci && cd ../.. && cd projects/turnOn && npm ci && cd ../..",
"release-all": "npm run js2sxc && npm run inpage && npm run snippets && npm run quickdialog && npm run cms && npm run turn-on",
"js2sxc": "cd projects/$2sxc && npm run release && cd ../..",
"inpage": "cd projects/inpage && npm run release && cd ../..",
"snippets": "cd projects/code-editor-snippets && npm run gulp && cd ../..",
"quickdialog": "cd projects/quick-dialog && npm run release && cd ../..",
"cms": "cd projects/cms && npm run release && cd ../..",
"turn-on": "cd projects/turnOn && npm run release && cd ../.."
},
"repository": {
"type": "git",
"url": "git+https://github.com/2sic/2sxc-ui.git"
},
"author": "2sic / iJungleboy",
"license": "MIT",
"bugs": {
"url": "https://github.com/2sic/2sxc-ui/issues"
},
"homepage": "https://github.com/2sic/2sxc-ui#readme",
"devDependencies": {
"chalk": "^4.1.2",
"chokidar": "^3.4.2",
"cpx": "^1.5.0",
"fs-extra": "^9.0.1",
"webpack-shell-plugin": "^0.5.0",
"webpack-shell-plugin-next": "^1.2.0"
},
"dependencies": {
"jsonc-parser": "^3.2.0"
}
}