-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.56 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
56
57
58
59
60
61
{
"name": "samples-lib-react",
"version": "1.2.6",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist",
"src",
"index.d.ts"
],
"scripts": {
"test": "jest",
"build": "tsc",
"lint": "eslint src --ext .ts,.tsx",
"format": "prettier --write \"src/**/*.{ts,tsx}\""
},
"repository": {
"type": "git",
"url": "https://github.com/Katumbela/react-library-validators-and-forms/blob/main/README_2.md"
},
"license": "ISC",
"description": "A library for react development which includes animations like slides , dynamic forms and some validators ",
"dependencies": {
"@testing-library/react": "^16.0.0",
"axios": "^1.7.3",
"git-commit-lib": "^1.0.8",
"libphonenumber-js": "^1.11.5",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"keywords": [
"library",
"react",
"forms",
"validators",
"react validator",
"slider",
"carousel",
"animation",
"typescript"
],
"author": "Joao Afonso Katombela",
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@testing-library/jest-dom": "^6.4.8",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"babel-jest": "^29.7.0",
"eslint": "^9.8.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.3",
"rollup": "^4.20.0",
"rollup-plugin-typescript2": "^0.36.0",
"ts-jest": "^29.2.4",
"typescript": "^5.5.4"
}
}