-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 906 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
35
36
37
{
"name": "Blueprints",
"version": "1.0.0",
"description": "Blueprints plugin to build truly customizable user interface and basic logic for data management, like handling user forms.",
"homepage": "https://flextype.org",
"author": "Sergey Romanenko",
"license": "MIT",
"keywords": [
"flextype",
"cms",
"flat cms",
"flatfile cms",
"css",
"form",
"forms",
"blueprints",
"plugin"
],
"bugs": {
"url": "https://github.com/flextype-plugins/blueprints/issues"
},
"dependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.1.0",
"node-sass": "^5.0.0",
"gulp-gzip": "^1.4.2",
"gulp-size": "^3.0.0",
"gulp-rename": "^2.0.0",
"postcss-import": "^12.0.0",
"bootstrap": "^5.1.0",
"jquery": "^3.6.0"
}
}