-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.26 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@orangesix/react",
"type": "module",
"version": "1.0.10",
"description": "Conjunto de componentes e funções disponíveis para serem utilizados em projetos React.",
"author": "Luiz Fernando Bernardes de Paula",
"license": "MIT",
"scripts": {
"dev": "cd debug && npm run dev",
"dev:package": "rollup -c --watch",
"build:package": "npm run test && rollup -c",
"test": "jest",
"lint": "eslint . --ext .ts --ext .tsx",
"lint:fix": "eslint . --ext .ts --ext .tsx --fix"
},
"dependencies": {
"@tiptap/extension-color": "^2.9.1",
"@tiptap/extension-highlight": "^2.9.1",
"@tiptap/extension-image": "^2.9.1",
"@tiptap/extension-link": "^2.9.1",
"@tiptap/extension-text-style": "^2.9.1",
"@tiptap/extension-underline": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/react": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@webdatarocks/react-webdatarocks": "^1.4.15",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"jquery": "^3.7.1",
"node-snackbar": "^0.1.16",
"primeicons": "^7.0.0",
"primereact": "^10.8.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sweetalert2": "^11.14.5"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@jest/globals": "^29.7.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.0",
"@types/jest": "^29.5.13",
"@types/jquery": "^3.5.31",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/parser": "^7.15.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rollup": "^4.24.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1",
"tslib": "^2.7.0",
"typescript": "^5.6.3"
},
"files": [
"dist"
],
"keywords": [
"react",
"ui-kit",
"ui library",
"primereact",
"component library"
]
}