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) · 756 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 756 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 ui/func.js"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.cjs.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/vue-fontawesome": "^3.0.1",
"axios": "^0.27.2",
"vue": "^3.2.37"
},
"devDependencies": {
"@parcel/transformer-vue": "^2.7.0",
"@vue/compiler-sfc": "^3.2.37",
"@vue/component-compiler-utils": "^3.3.0",
"buffer": "^6.0.3",
"eslint": "^8.21.0",
"eslint-plugin-vue": "^9.3.0",
"parcel": "^2.7.0",
"process": "^0.11.10"
}
}