-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "website",
"version": "1.0.0",
"description": "",
"main": "gulp.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@popperjs/core": "^2.11.8",
"autoprefixer": "^10.4.16",
"gulp-postcss": "^9.0.1",
"promise-polyfill": "^8.1.3"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "^7.7.1",
"@babel/runtime": "^7.7.4",
"babel-polyfill": "^6.26.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-browserify": "^0.5.1",
"gulp-clean-css": "^4.2.0",
"gulp-connect": "^5.7.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^6.2.0",
"gulp-jshint": "^2.1.0",
"gulp-less": "^4.0.1",
"gulp-rev-all": "^2.0.2",
"gulp-rev-delete-original": "^0.2.3",
"gulp-uglify": "^3.0.2",
"jshint": "^2.10.3",
"postcss-px2rem": "^0.3.0",
"tailwindcss": "^3.4.1"
}
}