-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.53 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": "tidy-carousel",
"version": "1.0.0",
"description": "This is a clean carousel slider built in javascript (es2015+) for modern browsers.",
"main": "./dist/tidy-carousel.min.js",
"unpkg": "./dist/tidy-carousel.min.js",
"module": "./dist/tidy-carousel.min.js",
"homepage": "http://tidy-carousel.com",
"keywords": [
"carousel",
"slider",
"deck",
"slideshow",
"swipe",
"drag",
"slides",
"mobile"
],
"scripts": {
"start": "webpack-dev-server",
"prod": "webpack --env production webpack.config.js",
"dev": "webpack webpack.config.js",
"build": "webpack --env production && webpack --mode development",
"test": "echo \"Error: no test specified\" && exit 0"
},
"author": "Dorultan Ianos",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"css-loader": "^3.0.0",
"enzyme": "^3.10.0",
"express": "^4.17.1",
"jquery": "^3.4.1",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^2.2.1",
"url-loader": "^2.0.0",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.1",
"webpack-preset-env": "^1.0.0"
},
"dependencies": {
"web-animations-js": "^2.3.2"
}
}