-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 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
{
"name": "TableCanoniser",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@handsontable/vue3": "^14.4.0",
"@vueuse/core": "^10.11.0",
"ant-design-vue": "^4.2.3",
"core-js": "^3.8.3",
"d3": "^7.9.0",
"d3-flextree": "^2.1.2",
"handsontable": "^14.4.0",
"monaco-editor": "^0.50.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"oh-vue-icons": "^1.0.0-rc3",
"pinia": "^2.1.7",
"vue": "^3.2.13",
"vue-resizable": "^2.1.7",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/plugin-transform-class-static-block": "^7.24.7",
"@types/d3": "^7.4.3",
"@types/d3-flextree": "^2.1.4",
"@types/papaparse": "^5.3.14",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"babel-plugin-transform-define": "^2.1.4",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"typescript": "~4.5.5"
}
}