forked from nolimits4web/swiper-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 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
{
"name": "swiper-website",
"version": "1.0.0",
"description": "Swiper Website",
"keywords": [],
"author": "Vladimir Kharlampidi",
"license": "",
"homepage": "https://swiperjs.com",
"releaseVersion": "6.2.0",
"releaseDate": "September 4, 2020",
"engines": {
"node": ">= 0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/nolimits4web/swiper-website.git"
},
"bugs": {
"url": "https://github.com/nolimits4web/swiper-website/issues"
},
"devDependencies": {
"exec-sh": "^0.3.4",
"gulp": "~4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-connect": "~5.7.0",
"gulp-less": "~4.0.1",
"gulp-open": "~3.0.1",
"gulp-pug": "^4.0.1",
"prismjs": "^1.17.1",
"pug": "^2.0.4",
"react": "^16.13.1",
"rollup": "^1.21.4",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-node-resolve": "^5.2.0",
"ssr-window": "^3.0.0-alpha.4",
"terser": "^4.3.1",
"through2": "^3.0.1",
"typedoc": "^0.17.7",
"typescript": "^3.9.5"
},
"scripts": {
"test": "gulp test"
},
"dependencies": {
"dom7": "^3.0.0-alpha.5"
}
}