-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·47 lines (47 loc) · 1.22 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
40
41
42
43
44
45
46
47
{
"name": "financial-calculator-frontend",
"version": "0.0.1",
"description": "Website for Financial Calculator",
"main": "./dist/app.js",
"author": {
"name": "Javier Feliu",
"url": "https://wanderin.dev"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wanderindev/financial-calculator-frontend"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"browser-sync": "^2.26.7",
"cleave.js": "^1.5.0",
"del": "3.0.0",
"gulp": "4.0.2",
"gulp-autoprefixer": "6.0.0",
"gulp-babel": "^8.0.0",
"gulp-cache": "1.1.1",
"gulp-concat": "2.6.1",
"gulp-cssnano": "2.1.3",
"gulp-data": "^1.3.1",
"gulp-flatmap": "1.0.2",
"gulp-header": "2.0.5",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "5.0.3",
"gulp-inject": "^5.0.2",
"gulp-jshint": "2.1.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-optimize-js": "1.1.0",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-svgmin": "2.1.0",
"gulp-uglify-es": "^1.0.4",
"jquery": "^3.4.1",
"jshint": "2.9.6",
"jshint-stylish": "2.2.1",
"lazypipe": "1.0.1",
"nunjucks": "^3.1.7",
"plotly.js-dist": "^1.45.2"
}
}