Commits on Source (3)
-
Marcel Nellesen authored
-
Marcel Nellesen authored
Product/1107 frontend performance See merge request !63
-
CoscineBot authored
# [1.12.0](v1.11.1...v1.12.0) (2021-01-19) ### Update * Use yarn with pnp (coscine/issues#1227) ([5e55f0bf](5e55f0bf)), closes [coscine/issues#1227](https://git.rwth-aachen.de/coscine/issues/issues/1227)
Showing
- .gitignore 8 additions, 0 deletions.gitignore
- .gitlab-ci.yml 22 additions, 47 deletions.gitlab-ci.yml
- .yarnrc.yml 33 additions, 0 deletions.yarnrc.yml
- bili.config.ts 0 additions, 25 deletionsbili.config.ts
- package-lock.json 0 additions, 25029 deletionspackage-lock.json
- package.json 22 additions, 31 deletionspackage.json
- postcss.config.js 0 additions, 5 deletionspostcss.config.js
- src/CreateProject.vue 2 additions, 1 deletionsrc/CreateProject.vue
- src/components/DeleteModal.vue 0 additions, 3 deletionssrc/components/DeleteModal.vue
- src/shims-vue.d.ts 1 addition, 0 deletionssrc/shims-vue.d.ts
- tsconfig.json 5 additions, 2 deletionstsconfig.json
- tslint.json 0 additions, 19 deletionstslint.json
- yarn.lock-workspace 15088 additions, 0 deletionsyarn.lock-workspace
.yarnrc.yml
0 → 100644
bili.config.ts
deleted
100644 → 0
package-lock.json
deleted
100644 → 0
This diff is collapsed.
{ | ||
"name": "@coscine/project-creation", | ||
"version": "1.11.1", | ||
"main": "./dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"version": "1.12.0", | ||
"main": "dist/index.umd.js", | ||
"module": "dist/index.common.js", | ||
"browser": "dist/index.umd.min.js", | ||
"style": "dist/index.css", | ||
"directories": { | ||
"doc": "docs" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/", | ||
"tag": "latest" | ||
}, | ||
"scripts": { | ||
"dev": "vue serve CreateProject.vue", | ||
"build": "bili", | ||
"build": "vue-cli-service build --target lib --name index ./src/index.ts", | ||
"lint": "vue-cli-service lint", | ||
"test:unit": "vue-cli-service test:unit" | ||
}, | ||
... | ... | @@ -22,20 +17,20 @@ |
"dist/*" | ||
], | ||
"dependencies": { | ||
"@coscine/api-connection": "^1.23.1", | ||
"@coscine/app-util": "^1.7.1", | ||
"@coscine/component-library": "^1.4.1", | ||
"@types/jquery": "^3.5.2", | ||
"@coscine/api-connection": "^1.24.2", | ||
"@coscine/app-util": "^1.8.1", | ||
"@coscine/component-library": "^1.5.0", | ||
"@types/jquery": "^3.5.5", | ||
"@types/vuelidate": "^0.7.13", | ||
"@voerro/vue-tagsinput": "^2.4.0", | ||
"bootstrap-vue": "^2.17.3", | ||
"@voerro/vue-tagsinput": "^2.4.3", | ||
"bootstrap-vue": "^2.21.0", | ||
"jquery": "^3.5.1", | ||
"vue": "^2.6.12", | ||
"vue-i18n": "^8.22.0", | ||
"vue-i18n": "^8.22.2", | ||
"vue-multiselect": "^2.1.6", | ||
"vuejs-datepicker": "^1.6.2", | ||
"vue-runtime-helpers": "^1.1.2", | ||
"vuelidate": "^0.7.5" | ||
"vuejs-datepicker": "^1.6.2", | ||
"vuelidate": "^0.7.6" | ||
}, | ||
"devDependencies": { | ||
"@hutson/semantic-delivery-gitlab": "^9.1.0", | ||
... | ... | @@ -44,19 +39,15 @@ |
"@semantic-release/gitlab": "^6.0.5", | ||
"@semantic-release/npm": "^7.0.6", | ||
"@semantic-release/release-notes-generator": "^9.0.1", | ||
"@types/chai": "^4.2.13", | ||
"@types/mocha": "^8.0.3", | ||
"@vue/cli-plugin-babel": "^4.5.7", | ||
"@types/node": "^14.14.20", | ||
"@typescript-eslint/eslint-plugin": "^4.12.0", | ||
"@typescript-eslint/parser": "^4.12.0", | ||
"@vue/cli-plugin-typescript": "^4.5.7", | ||
"@vue/cli-plugin-unit-mocha": "^4.5.7", | ||
"@vue/cli-service": "^4.5.7", | ||
"@vue/test-utils": "1.1.0", | ||
"bili": "^5.0.5", | ||
"chai": "^4.2.0", | ||
"rollup": "^2.29.0", | ||
"rollup-plugin-typescript2": "^0.27.3", | ||
"rollup-plugin-vue": "^5.1.9", | ||
"semantic-release": "^17.3.0", | ||
"conventional-changelog-eslint": "3.0.9", | ||
"core-js": "^3.8.2", | ||
"eslint": "^7.17.0", | ||
"semantic-release": "^17.3.1", | ||
"typescript": "^4.0.3", | ||
"vue-template-compiler": "^2.6.12" | ||
}, | ||
... | ... |
postcss.config.js
deleted
100644 → 0
tslint.json
deleted
100644 → 0
yarn.lock-workspace
0 → 100644
This diff is collapsed.