-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 992 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 992 Bytes
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
{
"name": "@pistonite/celera",
"version": "0.1.0",
"type": "module",
"description": "In-house UI framework",
"homepage": "https://github.com/Pistonite/celera",
"bugs": {
"url": "https://github.com/Pistonite/celera/issues"
},
"license": "MIT",
"author": "Pistonight <pistonknight@outlook.com>",
"files": [
"dist/**/*",
"src/**/*"
],
"exports": "./dist/index.js",
"types": "./dist/_dts_/src/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Pistonite/celera.git"
},
"devDependencies": {
"@types/react": "^19.2.14",
"eslint": "^9",
"mono-dev": "link:../mono-dev"
},
"peerDependencies": {
"@fluentui/react-components": "^9",
"@fluentui/react-icons": "^2",
"react": "^19"
},
"dependencies": {
"@pistonite/pure": "^0.29.2",
"i18next": "^26.0.3",
"react-i18next": "^17.0.2"
}
}