-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.09 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
{
"name": "note",
"version": "0.0.1",
"description": "note",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"shader",
"vuepress"
],
"license": "MIT",
"devDependencies": {
"@kitware/vtk.js": "^26.8.0",
"@vuepress/bundler-vite": "2.0.0-beta.49",
"vuepress": "2.0.0-beta.49"
},
"dependencies": {
"@animxyz/vue3": "^0.6.7",
"@codemirror/lang-javascript": "^6.1.4",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/theme-one-dark": "^6.1.1",
"codemirror": "^6.0.1",
"element-plus": "^2.2.32",
"html2canvas": "^1.4.1",
"include-media": "^2.0.0",
"kaboom": "^2000.2.10",
"pinia": "^2.0.32",
"pug": "^3.0.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-glsl": "^1.3.0",
"three": "^0.150.1",
"unplugin-vue-components": "^0.24.0",
"vue-codemirror": "^6.1.1"
},
"author": {
"name": "ajn404",
"email": "nhy1423238345@163.com",
"url": "https://ajn404.gitee.io/note/"
}
}