forked from framework7io/framework7-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1013 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
38
39
{
"name": "framework7-website",
"releaseVersion": "4.4.0",
"releaseDate": "May 13, 2019",
"description": "Framework7 Website",
"cdn": "//cdn.framework7.io",
"keywords": [
"Framework7"
],
"homepage": "http://framework7.io/",
"author": "Vladimir Kharlampidi",
"repository": {
"type": "git",
"url": "https://github.com/framework7io/framework7-website"
},
"devDependencies": {
"dom7": "^2.1.2",
"eslint": "^5.12.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-connect": "^5.7.0",
"gulp-data": "^1.3.1",
"gulp-less": "^4.0.1",
"gulp-open": "^3.0.1",
"gulp-pug": "^4.0.1",
"jquery": "^3.3.1",
"js-yaml": "^3.12.1",
"jsdom": "^13.2.0",
"prismjs": "^1.15.0",
"pug": "^2.0.3",
"rollup": "^1.1.2",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-node-resolve": "^4.0.0",
"terser": "^3.14.1",
"through2": "^3.0.0"
}
}