-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 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
{
"name": "react-components",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"module": "dist/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rollup": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tf-tech/react-components.git"
},
"author": "Dennis Fricke tf-solution",
"license": "MIT",
"bugs": {
"url": "https://github.com/tf-tech/react-components/issues"
},
"homepage": "https://github.com/tf-tech/react-components#readme",
"peerDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"luxon": "^3.5.0",
"next": "14.2.10",
"next-intl": "^3.19.0",
"primereact": "^10.8.2",
"react": "^18.3.1",
"sass": "^1.80.5"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.1",
"@types/luxon": "^3.4.2",
"@types/react": "^18.3.12",
"cypress": "^13.15.0",
"luxon": "^3.5.0",
"next": "14.2.10",
"next-intl": "^3.19.0",
"primereact": "^10.8.2",
"react": "^18.3.1",
"rollup": "^4.24.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-preserve-directives": "^0.4.0",
"rollup-plugin-scss": "3",
"sass": "^1.80.5",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
}
}