-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.95 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
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
{
"name": "paradisec-data-loader",
"version": "2.1.2",
"description": "PARADISEC Data Loader",
"main": "dist/main/index.js",
"license": "GPL-3.0",
"author": {
"name": "Marco La Rosa",
"email": "[email protected]"
},
"homepage": "https://github.com/CoEDL/data-loader.git",
"repository": {
"type": "git",
"url": "https://github.com/CoEDL/data-loader.git"
},
"scripts": {
"format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"start": "electron-vite preview",
"develop": "electron-vite dev",
"build:app": "electron-vite build",
"make": "electron-forge make",
"make:mac": "electron-forge make && npm run make:mac:x64",
"make:mac:x64": "electron-forge make --arch=x64",
"publish": "electron-forge publish",
"publish:mac": "electron-forge publish && npm run publish:mac:x64",
"publish:mac:x64": "electron-forge publish --arch x64",
"test": "./node_modules/.bin/jest --runInBand",
"test:watch": "./node_modules/.bin/jest --watch --runInBand"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@root/walk": "^1.1.0",
"cross-fetch": "^3.1.5",
"element-plus": "^2.2.28",
"fs-extra": "^11.1.0",
"lodash": "^4.17.21",
"nunjucks": "^3.2.3",
"update-electron-app": "^2.0.1",
"validator": "^13.7.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vue-scrollto": "^2.20.0",
"vuex": "^4.1.0",
"xmldom": "^0.6.0"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@babel/preset-env": "^7.20.2",
"@electron-forge/cli": "^6.0.4",
"@electron-forge/maker-deb": "^6.0.4",
"@electron-forge/maker-dmg": "^6.0.4",
"@electron-forge/maker-rpm": "^6.0.4",
"@electron-forge/maker-squirrel": "^6.0.4",
"@electron-forge/maker-zip": "^6.0.4",
"@electron-forge/publisher-github": "^6.0.4",
"@electron-toolkit/preload": "^1.0.3",
"@electron-toolkit/utils": "^1.0.2",
"@electron/notarize": "^1.2.3",
"@optimize-lodash/rollup-plugin": "^4.0.1",
"@rollup/plugin-commonjs": "^23.0.7",
"@rushstack/eslint-patch": "^1.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.13",
"babel-jest": "^29.3.1",
"chance": "^1.1.9",
"electron": "^22.0.0",
"electron-vite": "^1.0.16",
"eslint": "^8.31.0",
"eslint-plugin-vue": "^9.7.0",
"jest": "^29.3.1",
"less": "^4.1.3",
"postcss": "^8.4.20",
"prettier": "^2.7.1",
"sass": "^1.57.1",
"tailwindcss": "^3.2.4",
"vite": "^4.0.3",
"vite-plugin-static-copy": "^0.13.0"
}
}