forked from haochuan9421/seamless-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·48 lines (48 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·48 lines (48 loc) · 1.24 KB
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
{
"name": "seamless-scroll",
"version": "1.0.7",
"description": "JS无缝滚动",
"main": "lib/seamless-scroll.min.js",
"scripts": {
"start": "webpack-dev-server --progress --config webpack.dev.js",
"build": "node webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HaoChuan9421/seamless-scroll.git"
},
"keywords": [
"无缝滚动",
"轮播",
"seamless",
"scroll",
"banner"
],
"author": "郑昊川",
"license": "MIT",
"bugs": {
"url": "https://github.com/HaoChuan9421/seamless-scroll/issues"
},
"homepage": "https://github.com/HaoChuan9421/seamless-scroll#readme",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/polyfill": "^7.4.0",
"@babel/preset-env": "^7.4.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"chalk": "^2.4.2",
"css-loader": "^2.1.1",
"eslint": "^5.15.3",
"eslint-loader": "^2.1.2",
"file-loader": "^3.0.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"ora": "^3.2.0",
"portfinder": "^1.0.20",
"rimraf": "^2.6.3",
"style-loader": "^0.23.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
}
}