-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.23 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
{
"name": "@josharnow/my-react-component-library",
"version": "0.0.5",
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/josharnow/my-react-component-library.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"scripts": {
"rollup": "rollup -c"
},
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@heroicons/react": "^2.1.3",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-typescript": "^8.3.0",
"@types/react": "^17.0.80",
"next": "^14.2.3",
"postcss": "^8.4.38",
"react": "^17.0.2",
"react-device-detect": "^2.2.3",
"rollup": "^2.79.1",
"rollup-plugin-dts": "^4.0.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-preserve-directives": "^0.4.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.77.4",
"tslib": "^2.6.2",
"typescript": "^5"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/src/index.js",
"files": [
"dist"
],
"types": "dist/esm/types/index.d.ts"
}