-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.11 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
{
"name": "letterfx",
"version": "1.0.0",
"description": "LetterFX is a free and lightweight package that enables developers to easily animate each letter within any HTML element, adding dynamic text effects to web pages with minimal effort.",
"main": "dist/letterfx.bundle.js",
"types": "types/index.d.ts",
"scripts": {
"build": "webpack",
"start": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MoncyDev/LetterFX.git"
},
"keywords": [
"text",
"animation",
"letter",
"animation",
"letters",
"text-effects",
"letter-animation",
"text-animation",
"react",
"lightweight"
],
"author": "Moncy Varughese Yohannan",
"license": "MIT",
"exports": {
".": {
"types": "./types/index.d.ts",
"default": "./dist/letterfx.bundle.js"
}
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"style-loader": "^4.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}