-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.59 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "doc-iuventa",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"watch": "gulp watch",
"build": "gulp build",
"publish": "ENV='production' gulp upload",
"serve": "npx node-static -p 3001"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gustavpursche/doc-iuventa.git"
},
"author": "Gustav Pursche",
"license": "MIT",
"bugs": {
"url": "https://github.com/gustavpursche/doc-iuventa/issues"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-runtime": "^6.23.0",
"concurrent-transform": "^1.0.0",
"core-js": "^2.5.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-awspublish": "^3.3.0",
"gulp-cloudfront-invalidate": "^0.1.4",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-header": "^2.0.1",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-image-resize": "^0.13.0",
"gulp-imagemin": "^4.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-ttf2woff": "^1.1.1",
"gulp-ttf2woff2": "^2.0.2",
"gulp-util": "^3.0.8",
"html-entities": "^1.2.1",
"lodash": "^4.17.4",
"merge-stream": "^1.0.1",
"striptags": "^3.1.1",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^4.0.0-beta.0",
"webpack-stream": "^4.0.0"
},
"dependencies": {
"domready": "^1.0.8",
"hint.css": "^2.5.0",
"sass-mq": "^4.0.2"
}
}