You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cugoj-ng-client/package.json

30 lines
769 B
JSON

{
"name": "cugoj-ng-client",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build --no-scope-hoist --no-cache --no-source-maps --public-url . src/index.html --dist-dir release",
"clean": "rimraf *cache dist release"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@babel/preset-typescript": "^7.13.0",
"@parcel/babel-plugin-transform-runtime": "*",
"bootstrap": "^5.0.0-beta3",
"element-plus": "*",
"mathjax": "^3.1.2",
"monaco-editor": "^0.23.0",
"vue": "^3.0.11",
"vue-router": "^4.0.6"
},
"devDependencies": {
"@parcel/transformer-vue": "2.0.0-beta.2",
"parcel": "*",
"rimraf": "^3.0.2"
}
}