forked from opencast/pyCA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 781 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 781 Bytes
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
{
"name": "pyCA",
"private": true,
"scripts": {
"build": "parcel build --public-url=/static/ --dist-dir=pyca/ui/static/ ui/index.html",
"eslint": "eslint eslint.config.mjs ui/func.js"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.cjs.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"vue": "^3.4.27"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"@parcel/transformer-vue": "^2.9.3",
"@vue/compiler-sfc": "^3.4.38",
"@vue/component-compiler-utils": "^3.3.0",
"eslint": "^9.9.1",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.9.0",
"parcel": "^2.12.0",
"process": "^0.11.10"
}
}