-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 903 Bytes
/
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
{
"name": "jelly-scroll",
"version": "1.3.0",
"description": "Easily add JellyScroll effect to your websites.",
"main": "dist",
"typings": "dist",
"author": {
"email": "demirci.baris38@gmail.com",
"name": "Barış DEMİRCİ",
"url": "https://bariscodes.me"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/barbarbar338/jelly-scroll"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc && webpack",
"format": "prettier --write ."
},
"dependencies": {
"popmotion": "8"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"eslint": "^7.18.0",
"eslint-config-recommended": "^4.1.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-loader": "^8.0.15",
"typescript": "^4.1.3",
"webpack": "^5.18.0",
"webpack-cli": "^4.4.0"
},
"keywords": [
"jelly",
"scroll",
"web"
]
}