This repository has been archived by the owner on Oct 11, 2019. It is now read-only.
forked from cycjimmy/swiper-animation
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.67 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
{
"name": "swiper-animation",
"version": "2.0.2",
"description": "Easier way to run animations on swiper.",
"main": "build/swiper-animation.min.js",
"module": "src/index.js",
"scripts": {
"test": "jest",
"start": "cross-env NODE_ENV=development webpack --display-modules --display-reasons --display-error-details --watch --color",
"build": "cross-env NODE_ENV=production webpack --progress && webpack --progress --display-modules --display-reasons --display-error-details --color",
"deploy": "gulp deploy",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycdpo/swiper-animation.git"
},
"keywords": [
"swiper",
"animation"
],
"author": "cycjimmy <[email protected]> (https://github.com/cycjimmy)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cycdpo/swiper-animation/issues"
},
"homepage": "https://github.com/cycdpo/swiper-animation#readme",
"dependencies": {
"awesome-js-funcs": "^0.1.6"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^5.2.0",
"gh-pages": "^2.0.1",
"gulp": "^4.0.2",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.8.0",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"regenerator-runtime": "^0.13.3",
"swiper": "^4.5.0",
"uglify-js": "^3.6.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
}
}