-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.87 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.87 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
{
"name": "hc09-editor",
"version": "1.3.0",
"description": "",
"author": "",
"scripts": {
"build": "webpack -c .\\webpack\\webpack.config.js",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "set NODE_ENV=test&&node .\\lib\\deskgap\\cli.js .",
"start": "set NODE_ENV=development&&node .\\lib\\deskgap\\cli.js .",
"watch": "webpack -c .\\webpack\\webpack.config.js --watch"
},
"main": "src/index.js",
"dependencies": {
"dxt-js": "0.0.3",
"madden-file-tools": "^2.4.13",
"moment": "^2.29.1",
"pretty-bytes": "^5.6.0",
"primeicons": "^4.1.0",
"primevue": "^3.5.1",
"sharp": "^0.28.3",
"uuid": "^8.3.2",
"vue": "^3.0.11",
"vue-router": "^4.0.6",
"winston": "^3.3.3",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.0",
"@playwright/test": "^1.13.1",
"@testing-library/vue": "^6.4.2",
"@vue/cli-plugin-unit-mocha": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/compiler-sfc": "^3.0.11",
"@vue/test-utils": "^2.0.0-rc.11",
"babel-loader": "^8.2.2",
"chai": "^4.3.4",
"chokidar": "^3.5.1",
"copy-node-modules": "^1.1.1",
"core-js": "^3.15.2",
"css-loader": "^5.2.4",
"csv-parse": "^4.16.0",
"gulp": "^4.0.2",
"gulp-sass": "^4.1.0",
"jsdom": "^16.6.0",
"jsdom-global": "^3.0.2",
"mocha": "^9.0.3",
"mochapack": "^2.1.2",
"playwright": "^1.13.1",
"proxyquire": "^2.1.3",
"regenerator-runtime": "^0.13.9",
"sass-loader": "^11.0.1",
"selenium-webdriver": "^4.0.0-beta.4",
"sinon": "^11.1.1",
"tree-kill": "^1.2.2",
"vue-html-loader": "^1.2.4",
"vue-loader": "^16.2.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.36.2",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-node-externals": "^3.0.0"
},
"license": "MIT"
}