forked from valor-software/ng2-dragula
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.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
{
"private": true,
"scripts": {
"demo.gh-pages": "run-s build demo.build demo.deploy",
"demo.build": "cd modules/demo && ng build --prod",
"demo.deploy": "gh-pages -d modules/demo/dist",
"flow.changelog": "conventional-changelog -i CHANGELOG.md -s -p angular",
"flow.github-release": "conventional-github-releaser -p angular",
"build": "yarn lerna run lib.build",
"clean": "yarn lerna run clean",
"watch": "yarn lerna run watch --parallel --stream"
},
"devDependencies": {
"chokidar-cli": "1.2.0",
"conventional-changelog-cli": "1.2.0",
"conventional-github-releaser": "1.1.3",
"cpy": "5.0.0",
"cpy-cli": "1.0.1",
"del-cli": "0.2.1",
"gh-pages": "0.12.0",
"gitignore-to-glob": "0.3.0",
"google-code-prettify": "1.0.5",
"lerna": "^2.11.0",
"markdown-loader": "github:valorkin/markdown-loader",
"marked": "0.3.6",
"npm-run-all": "4.0.0",
"require-dir": "0.3.1",
"webdriver-manager": "11.1.1"
},
"workspaces": [
"modules/*"
]
}