Merge branch 'Topic/1227-frontendPerformance' into 'Product/1107-frontendPerformance'
Topic/1227 frontend performance See merge request !8
No related branches found
No related tags found
Showing
- .gitignore 8 additions, 0 deletions.gitignore
- .gitlab-ci.yml 22 additions, 47 deletions.gitlab-ci.yml
- .yarnrc.yml 30 additions, 0 deletions.yarnrc.yml
- LICENSE 1 addition, 1 deletionLICENSE
- bili.config.ts 0 additions, 25 deletionsbili.config.ts
- package-lock.json 0 additions, 24903 deletionspackage-lock.json
- package.json 13 additions, 26 deletionspackage.json
- postcss.config.js 0 additions, 5 deletionspostcss.config.js
- tsconfig.json 5 additions, 2 deletionstsconfig.json
- tslint.json 0 additions, 19 deletionstslint.json
.yarnrc.yml
0 → 100644
bili.config.ts
deleted
100644 → 0
package-lock.json
deleted
100644 → 0
This diff is collapsed.
{ | ||
"name": "@coscine/vuex-store", | ||
"version": "1.0.4", | ||
"main": "./dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"version": "1.0.5", | ||
"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" | ||
}, | ||
... | ... | @@ -23,35 +18,27 @@ |
], | ||
"dependencies": { | ||
"vue": "^2.6.12", | ||
"vuex": "3.5.1", | ||
"vuex-persist": "3.1.3" | ||
"vuex": "^3.6.0", | ||
"vuex-persist": "^3.1.3" | ||
}, | ||
"devDependencies": { | ||
"@hutson/semantic-delivery-gitlab": "^9.1.0", | ||
"@semantic-release/commit-analyzer": "^8.0.1", | ||
"@semantic-release/git": "^9.0.0", | ||
"@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", | ||
"@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.1.2", | ||
"@hutson/semantic-delivery-gitlab": "^9.1.0", | ||
"core-js": "^3.8.2", | ||
"semantic-release": "^17.3.1", | ||
"typescript": "^4.0.3", | ||
"vue-template-compiler": "^2.6.12" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://git.rwth-aachen.de/coscine/vue/vuex-store.git" | ||
"url": "https://git.rwth-aachen.de/coscine/frontend/libraries/vuex-store.git" | ||
}, | ||
"license": "MIT" | ||
} |
postcss.config.js
deleted
100644 → 0
tslint.json
deleted
100644 → 0
Please register or sign in to comment