forked from brnosouza/base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.83 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
{
"name": "baseproject",
"description": "Base Site Project - ES6+ SASS Nunj",
"version": "1.0.1",
"private": false,
"keywords": [
"es6+",
"sass",
"saas"
],
"homepage": "https://github.com/brnosouza/base",
"scripts": {
"start": "gulp",
"prod": "gulp production"
},
"author": "Bruno Souza <brnosouza@gmail.com>",
"dependencies": {
"@babel/runtime": "^7.1.2",
"gulp-dependents": "^1.2.3",
"babel-polyfill": "^6.26.0",
"gulp-rename": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"browser-sync": "^2.26.7",
"core-js": "^3.6.5",
"del": "^5.1.0",
"esm": "^3.2.25",
"fdm-html2js": "^0.1.6",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-debug": "^4.0.0",
"gulp-html-minifier": "^0.1.8",
"gulp-html-to-json": "^1.0.0",
"gulp-inject": "^5.0.5",
"gulp-nunjucks": "^5.0.1",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.2.0",
"lodash": "^4.17.15",
"node-gyp": "^6.1.0",
"node-sass": "^4.14.1",
"nunjucks": "^3.2.1",
"postcss-flexbugs-fixes": "^3.2.0",
"vinyl-named": "^1.1.0",
"webpack": "^4.43.0",
"webpack-stream": "^5.2.1"
}
}