-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.62 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": "before-after-slider",
"version": "1.0.0",
"description": "BeforeAfterSlider is a lightweight Javascript library without any dependencies, to compare images in before/after view.轻量级JS库,轻松简单实现图片Before/After效果。",
"main": "./dist/slider.bundle.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development webpack --config webpack.config.js --mode=development -w",
"build": "NODE_ENV=production webpack --config webpack.config.js --mode=production",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/VincentTV/before-after-slider.git"
},
"keywords": [
"javascript",
"before",
"after",
"slider",
"before",
"after",
"imgages",
"simple",
"no",
"dependencies"
],
"author": "vincentfong",
"license": "MIT",
"bugs": {
"url": "https://github.com/VincentTV/before-after-slider/issues"
},
"homepage": "https://github.com/VincentTV/before-after-slider#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"eslint": "^6.2.2",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.0",
"eslint-plugin-import": "^2.18.2",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7"
}
}