-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.2 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.2 KB
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
{
"name": "fundconst",
"version": "1.0.0",
"description": "Front bundle",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/"
},
"keywords": [
"website"
],
"author": "universe",
"license": "GPL-2.0",
"dependencies": {
"@alpinejs/mask": "^3.10.3",
"alpinejs": "^3.10.3",
"clipboard": "^2.0.4",
"del": "^5.1.0",
"event-stream": "^4.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-cheerio": "^0.6.3",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-filter": "^6.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-load-plugins": "^2.0.1",
"gulp-rev": "^9.0.0",
"gulp-rtlcss": "^1.4.0",
"gulp-run-command": "0.0.10",
"gulp-sass": "^4.0.2",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-svgmin": "^2.2.0",
"gulp-svgstore": "^7.0.1",
"gulp-uglify-es": "^2.0.0",
"gulp-util": "^3.0.8",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-pngquant": "^9.0.1",
"imagemin-svgo": "^8.0.0",
"relative-path": "^1.1.0",
"run-sequence": "^2.2.1"
}
}