This repository was archived by the owner on Jul 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) 路 1.58 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) 路 1.58 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
{
"name": "clipcc-shiki",
"version": "1.0.0",
"description": "The reborn of clipcc-gui",
"main": "index.js",
"repository": "https://github.com/Clipteam/clipcc-shiki",
"author": "Clipteam",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack",
"build:dist": "NODE_ENV=production yarn build"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.2.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.0",
"progress-webpack-plugin": "^1.0.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@icon-park/react": "^1.4.2",
"axios": "^1.1.3",
"classnames": "^2.3.2",
"clipcc-block": "^3.1.8",
"clipcc-render": "^3.0.0",
"clipcc-vm": "^3.1.13",
"jotai": "^1.9.2",
"lodash.bindall": "^4.4.0",
"monaco-editor": "^0.34.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"react-kawaii": "^0.18.0",
"scratch-audio": "^0.1.0-prerelease.20200528195344",
"scratch-render-fonts": "^1.0.0-prerelease.20221102164332",
"scratch-storage": "^2.0.2",
"scratch-svg-renderer": "^0.2.0-prerelease.20221102163324"
}
}