forked from framework7io/framework7-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.39 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": "framework7-website",
"releaseVersion": "5.5.1",
"releaseDate": "March 20, 2020",
"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"
},
"browserslist": [
"Android >= 7",
"IOS >= 11",
"Safari >= 11",
"Chrome >= 49",
"Firefox >= 52",
"Samsung >= 6"
],
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@rollup/plugin-node-resolve": "^7.0.0",
"@rollup/plugin-replace": "^2.3.0",
"dom7": "^2.1.3",
"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.4.0",
"js-yaml": "^3.13.1",
"jsdom": "^13.2.0",
"prismjs": "^1.18.0",
"pug": "^2.0.3",
"remarkable": "^2.0.0",
"rollup": "^1.29.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-svelte": "^5.1.1",
"rollup-plugin-terser": "^5.2.0",
"strip-indent": "^3.0.0",
"svelte": "^3.17.1",
"terser": "^3.14.1",
"through2": "^3.0.0"
}
}