-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
55 lines (55 loc) · 1.37 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
{
"name": "kandinsky",
"version": "2.0.0",
"description": "Kandinsky",
"main": "index.js",
"scripts": {
"default": "gulp default",
"zip": "gulp zip"
},
"keywords": [
"website"
],
"author": "Teplitsa",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/Teplitsa/testpack.git"
},
"devDependencies": {
"event-stream": "^3.3.5",
"sass": "^1.41.1",
"gulp": "^4.0.0",
"gulp-sass": "^4.1.0",
"gulp-prettier": "^4.0.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-cheerio": "^0.6.2",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-filter": "^3.0.0",
"gulp-js-import": "^1.0.6",
"gulp-load-plugins": "^1.6.0",
"gulp-main-bower-files": "^1.7.0",
"gulp-rev": "^6.0.1",
"gulp-run": "^1.7.1",
"gulp-size": "^1.3.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-svgmin": "^1.2.0",
"gulp-svgstore": "^5.0.5",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-po2json": "^1.0.0",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^5.1.0",
"gulp4-run-sequence": "^1.0.1",
"gulp-babel": "^8.0.0",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"modularscale-sass": "^3.0.10",
"node-bourbon": "^4.2.3",
"node-sass": "^7.0.1",
"relative-path": "^1.0.0",
"run-sequence": "^1.2.2"
}
}