-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 1.22 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
{
"name": "ppt",
"version": "1.0.0",
"description": "ppt儲存區",
"main": "Music-Editor-of-Tone.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:CLSE": "esbuild ./CLSE/dev/index.tsx --bundle --outfile=./CLSE/build/index.js --jsx-factory=h --jsx-fragment=Fragment --sourcemap --loader:.png=dataurl --loader:.svg=dataurl",
"build:CLSE-en": "esbuild ./CLSE/dev/index-en.tsx --bundle --outfile=./CLSE/build/index-en.js --jsx-factory=h --jsx-fragment=Fragment --sourcemap --loader:.png=dataurl --loader:.svg=dataurl",
"build:cnn-attn": "esbuild ./cnn-attn/dev/index.tsx --bundle --outfile=./cnn-attn/build/index.js --jsx-factory=h --jsx-fragment=Fragment --sourcemap --loader:.png=dataurl --loader:.svg=dataurl"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toonnyy8/PPT.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/toonnyy8/PPT/issues"
},
"homepage": "https://github.com/toonnyy8/PPT#readme",
"dependencies": {
"@antv/g2": "^4.1.18",
"vue": "^3.1.1"
},
"devDependencies": {
"esbuild": "^0.12.8"
}
}