forked from adam-zakaria/copy-container-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.51 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
59
{
"name": "gt-codeblocks",
"version": "1.0.17",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"babel": "rm -rf src/dist && NODE_ENV=production babel src/predist --out-dir src/dist --copy-files",
"webpack": "npx webpack"
},
"main": "src/rollup_output.js",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.24.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@svgr/webpack": "^8.0.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.15",
"core-js": "^3.19.3",
"css-loader": "^6.11.0",
"highlight.js": "^11.8.0",
"postcss": "^8.4.21",
"regenerator-runtime": "^0.13.9",
"rollup": "^3.29.4",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.6",
"vite": "^4.2.0",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
},
"license": "MIT",
"keywords": [
"code-display",
"syntax-highlighting",
"clipboard",
"code-copy",
"OpenAI",
"ChatGPT",
"component",
"code-component",
"styleable-component",
"copy",
"code",
"text"
]
}