-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 901 Bytes
/
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
{
"name": "viz-template",
"version": "1.0.0",
"description": "Template for Visualizations / Data Stories",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nuwandavek/viz-template.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/nuwandavek/viz-template/issues"
},
"homepage": "https://github.com/nuwandavek/viz-template#readme",
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-nunjucks": "^5.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"nunjucks": "^3.2.0",
"yargs": "^13.2.4"
}
}