-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.29 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
{
"name": "smooth-scroll-move",
"version": "1.0.4",
"main": "./js_lib/SmoothScrollMove.js",
"description": "make your web scroll smoothly to enhance user experience",
"scripts": {
"build": "webpack -p",
"test": "webpack --mode=development",
"start": "webpack --mode=development --watch"
},
"author": "WreewanMorhee",
"repository": {
"type": "git",
"url": "https://github.com/WreewanMorhee/SmoothScrollMove"
},
"keywords": [
"parallex scroll",
"smooth scroll",
"page scroll smooth",
"web scroll smooth",
"smooth",
"scroll"
],
"homepage": "https://github.com/WreewanMorhee/SmoothScrollMove",
"license": "MIT",
"dependencies": {
"gsap": "^2.1.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"recompose": "^0.30.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
}
}