-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.11 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
{
"name": "vue-cwl",
"version": "1.0.4",
"description": "Visualizer of CWL (Common Workflow Language) workflows for Vue",
"main": "dist/index.js",
"scripts": {
"prepare": "npx rimraf dist/ && npx webpack --mode production",
"demo": "npm run prepare && npx http-server docs/",
"deploy": "npm run prepare && gh-pages -d docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TMiguelT/vue-cwl.git"
},
"author": "TMiguelT",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/TMiguelT/vue-cwl/issues"
},
"homepage": "https://github.com/TMiguelT/vue-cwl#readme",
"devDependencies": {
"awesome-typescript-loader": "^3.5.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"css-loader": "^3.2.0",
"cwl-svg": "^2.1.5",
"cwlts": "^1.15.34",
"http-server": "^0.11.1",
"node-sass": "^4.12.0",
"rimraf": "^2.7.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6"
}
}