-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.75 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "my-project",
"version": "4.0.2",
"description": "auto convert pug, sass, es6+ to html,css,es5",
"main": "gulpfile.babel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoangdev1808/americandoor.git"
},
"author": "hoangdev1808",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoangdev1808/americandoor.git"
},
"homepage": "https://github.com/hoangdev1808/americandoor#readme",
"keywords": [],
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-transform-async-to-generator": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/runtime": "^7.10.2",
"autoprefixer": "^9.8.0",
"browserify": "^16.5.1",
"core-js": "^3.6.5",
"cowsay": "^1.4.0",
"css-declaration-sorter": "^5.1.2",
"del": "^5.1.0",
"fibers": "^5.0.0",
"graceful-fs": "^4.2.4",
"gulp-rename": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/polyfill": "^7.10.1",
"@babel/register": "^7.10.1",
"babelify": "^10.0.0",
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-comments": "^2.5.2",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^2.0.0",
"gulp-wait": "0.0.2",
"linearicons": "^1.0.2",
"node-sass": "^4.14.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"yarn": "^1.22.4"
}
}