-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.54 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
{
"name": "static-site-starter",
"version": "1.0.0",
"description": "",
"main": "gulpfile.babel.js",
"scripts": {
"watch": "gulp",
"build": "gulp build --production"
},
"author": "Romualdas D. <[email protected]>",
"license": "MIT",
"browserslist": [
"last 5 version",
"> 1%",
"IE 10"
],
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@babel/register": "^7.13.8",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.14",
"css-loader": "^5.1.1",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-extname": "^0.2.2",
"gulp-if": "^3.0.0",
"gulp-load-plugins": "^2.0.6",
"gulp-postcss": "^9.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"js-yaml": "^4.0.0",
"panini": "^1.7.1",
"postcss-browser-reporter": "^0.6.0",
"postcss-custom-properties": "^11.0.0",
"postcss-import": "^14.0.0",
"postcss-nested": "^5.0.5",
"postcss-reporter": "^7.0.2",
"postcss-url": "^10.1.1",
"rimraf": "^3.0.2",
"style-loader": "^2.0.0",
"style-sherpa": "^1.0.2",
"vinyl-named": "^1.1.0",
"webpack": "^5.24.3",
"webpack-stream": "^6.1.2",
"what-input": "^5.2.10",
"yargs": "^16.2.0"
},
"private": true,
"dependencies": {
"postcss": "^8.2.7",
"tailwindcss": "^2.0.3"
}
}