-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1005 Bytes
/
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
{
"name": "Unimodal",
"version": "1.0.1",
"description": "Simple vanilla javascript modal",
"main": "index.js",
"author": "Tishuk Nadezda",
"homepage": "https://rainjeck.github.io/unimodal/",
"repository": {
"type": "git",
"url": "https://github.com/rainjeck/unimodal"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-modules-umd": "^7.18.6",
"@babel/preset-env": "^7.20.2",
"browser-sync": "^2.27.11",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-header-comment": "^0.10.0",
"gulp-jsmin": "^0.1.5",
"gulp-load-plugins": "^2.0.8",
"gulp-notify": "^4.0.0",
"gulp-pug": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylus": "^3.0.0",
"gulp-umd": "^2.0.0"
}
}