-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 851 Bytes
/
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
{
"name": "codemen-clipboard",
"version": "1.0.5",
"description": "Copy your content and store all previous copied content",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "npx rollup -c"
},
"keywords": [
"copy",
"clipboard",
"next",
"react"
],
"author": "Amit Sharma",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/iamamitshrma/codemen-clipboard"
},
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.2.64",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.12.1",
"rollup-plugin-postcss": "^4.0.2",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2"
}
}