-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.38 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.38 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "reactiumui",
"version": "1.0.0-beta.1.3",
"description": "⚡Fast and customizable UI Components Library for React (with nextJS support)",
"keywords": [
"reactium",
"reactiumui",
"react",
"components",
"typescript",
"ui",
"js",
"ssr",
"nextjs",
"ts",
"cssinjs",
"ui-components",
"stitches"
],
"author": {
"name": "AnemonOFF",
"email": "anemon7778@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/AnemonOFF/reactiumui"
},
"bugs": {
"url": "https://github.com/AnemonOFF/reactiumui/issues/new"
},
"scripts": {
"test": "test",
"rollup": "rollup -c",
"tsc": "tsc"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-typescript": "^8.5.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.9",
"rollup": "^2.79.1",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"peerDependencies": {
"@stitches/react": "^1.2.8",
"react": "^18.2.0"
},
"dependencies": {
"react-dom": "^18.2.0"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts"
}