/ package.json
package.json
1 { 2 "name": "@fee.gevaert/principle-layouts", 3 "version": "0.0.1", 4 "author": "Fee Gevaert", 5 "license": "AGPL 3.0", 6 "description": "A collection of icons describing Open Science as Vue single file components", 7 "devDependencies": { 8 "@babel/core": "^7.20.12", 9 "@babel/preset-env": "^7.20.2", 10 "@semantic-release/git": "^10.0.1", 11 "@semantic-release/gitlab": "^12.0.3", 12 "@semantic-release/npm": "^10.0.4", 13 "@types/lodash": "^4.14.195", 14 "@types/node": "^18.11.18", 15 "@vue/test-utils": "1.2.2", 16 "@vue/vue2-jest": "^28.1.0", 17 "consolidate": "^1.0.1", 18 "jest-serializer-vue": "2.0.2", 19 "lodash": "^4.17.21", 20 "p-map": "^4.0.0", 21 "prettier": "^2.8.3", 22 "regenerator-runtime": "^0.13.11", 23 "semantic-release": "^21.0.7", 24 "svgo": "^3.0.2", 25 "ts-node": "^10.9.1", 26 "typescript": "^4.9.5", 27 "vue": "^2.7.14", 28 "vue-template-compiler": "^2.7.14" 29 }, 30 "homepage": "https://gitlab.opengeohub.org/fee.gevaert/principle-layouts", 31 "bugs": { 32 "url": "https://gitlab.opengeohub.org/fee.gevaert/principle-layouts/-/issues" 33 }, 34 "scripts": { 35 "prepare": "npm run build", 36 "prebuild": "rm -rf dist/", 37 "build": "./build.ts", 38 "postbuild": "cp styles.css package.json README.md dist/", 39 "format": "prettier --write **/*.{js,vue}", 40 "test": "jest", 41 "semantic-release": "semantic-release" 42 }, 43 "publishConfig": { 44 "access": "public" 45 }, 46 "files": [ 47 "dist/*" 48 ], 49 "repository": "https://gitlab.opengeohub.org/fee.gevaert/principle-layouts" 50 }