-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 4.05 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 4.05 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "wiki",
"version": "1.0.0",
"description": "Your very own personal Knowledgebase",
"private": true,
"scripts": {
"dev": "node service/commands/dev.js",
"build": "node service/commands/build.js"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@excalidraw/excalidraw": "^0.18.0",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@jupyterlab/notebook": "^4.4.5",
"@jupyterlab/rendermime": "^4.4.5",
"@jupyterlab/services": "^7.4.5",
"@tato30/vue-pdf": "^1.10.0",
"@toast-ui/editor": "^3.2.2",
"axios": "^1.13.0",
"bootstrap": "^5.3.3",
"colorjs.io": "^0.5.0",
"core-js": "^3.6.5",
"d3": "^7.8.5",
"diff2html": "^3.4.46",
"element-plus": "^2.3.4",
"jsx-runtime": "^1.2.0",
"luxon": "^3.4.4",
"marked": "^16.4.0",
"mathjax": "^4.0.0",
"path": "^0.12.7",
"pdfjs-dist": "^5.4.0",
"pinia": "^3.0.0",
"pixlcms-wrapper": "^1.0.21",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"qs": "^6.10.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sass-brunch": "^3.0.1",
"veaury": "^2.6.0",
"vue": "^3.2.39",
"vue-axios": "^3.4.1",
"vue-diff": "^1.2.4",
"vue-meta": "^2.4.0",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@types/d3": "*",
"@types/luxon": "^3.3.7",
"@types/mathjax": "*",
"@types/p5": "*",
"@types/pdfjs-dist": "*",
"@types/react-dom": "*",
"@types/vuedraggable": "*",
"@types/webpack-env": "*",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"@vue/compiler-sfc": "^3.2.37",
"@vue/language-server": "^3.1.3",
"@vue/typescript-plugin": "^3.1.3",
"autoprefixer": "^10.4.8",
"babel-loader": "^10.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-latest": "^6",
"babel-preset-react-app": "^10.0.1",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"chalk": "^5.6.2",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^7.1.2",
"dotenv": "^17.2.3",
"dotenv-expand": "^12.0.3",
"eslint": "^9.39.0",
"eslint-config-prettier": "^10.1.8",
"eslint-formatter-friendly": "^7.0.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-vue": "^10.5.1",
"eslint-webpack-plugin": "^5.0.2",
"glob": "^11.0.3",
"html-webpack-plugin": "^5.5.0",
"node-sass": "^9.0.0",
"node-sass-import": "^2.0.1",
"ora": "^9.0.0",
"postcss": "^8.4.16",
"postcss-html": "^1.5.0",
"postcss-loader": "^8.2.0",
"prettier": "3.6.2",
"mini-css-extract-plugin": "^2.8.1",
"rimraf": "^6.1.0",
"sass": "^1.54.9",
"sass-loader": "^16.0.6",
"strip-ansi": "^7.1.2",
"style-loader": "^4.0.0",
"stylelint": "^16.25.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^39.0.1",
"stylelint-config-standard-scss": "^16.0.0",
"stylelint-order": "^7.0.0",
"terser-webpack-plugin": "^5.3.5",
"thread-loader": "^4.0.4",
"ts-loader": "^9.3.1",
"typescript": "^5.9.3",
"unplugin-auto-import": "^20.2.0",
"unplugin-vue-components": "^30.0.0",
"vue-eslint-parser": "^10.2.0",
"vue-loader": "^17.0.0",
"vue-style-loader": "^4.1.3",
"vue-tsc": "^3.1.3",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-dev-server": "^5.2.2",
"webpack-merge": "^6.0.1"
}
}