-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 907 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 907 Bytes
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
{
"name": "omnia-base-components",
"private": true,
"scripts": {
"playground": "omnia-components-cli --playground",
"build": "run-script-os",
"build:default": "omnia-components-cli --build",
"build:linux:darwin": "omnia-components-cli-release --build",
"build-debug": "run-script-os",
"build-debug:default": "omnia-components-cli --build --debug",
"build-debug:linux:darwin": "omnia-components-cli-release --build --debug",
"generate": "omnia-components-cli --generate",
"clean": "rimraf dist && rimraf omnia-base-components*",
"uninstall": "rimraf node_modules",
"pack": "yarn pack",
"deploy": "yarn clean && yarn build && yarn pack",
"deploy-debug": "yarn clean && yarn build-debug && yarn pack"
},
"dependencies": {
"omnia-component-framework": "0.0.6"
},
"devDependencies": {
"run-script-os": "1.1.6"
},
"version": "0.0.0"
}