mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"name": "test-app",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"description": "An Ionic project",
|
|
"scripts": {
|
|
"build": "vue-cli-service build",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"test:e2e": "concurrently \"npm run start -- --mode production\" \"wait-on http-get://localhost:8080 && npm run cypress\" --kill-others --success first",
|
|
"lint": "vue-cli-service lint",
|
|
"cypress": "node_modules/.bin/cypress run --headless --browser chrome",
|
|
"start": "vue-cli-service serve",
|
|
"sync": "sh ./scripts/sync.sh"
|
|
},
|
|
"dependencies": {
|
|
"@ionic/vue": "^6.0.12",
|
|
"@ionic/vue-router": "^6.0.12",
|
|
"vue": "^3.2.31",
|
|
"vue-router": "^4.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.5.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
"@typescript-eslint/parser": "^5.4.0",
|
|
"@vue/cli-plugin-babel": "~5.0.3",
|
|
"@vue/cli-plugin-e2e-cypress": "~5.0.3",
|
|
"@vue/cli-plugin-eslint": "~5.0.3",
|
|
"@vue/cli-plugin-router": "~5.0.3",
|
|
"@vue/cli-plugin-typescript": "~5.0.3",
|
|
"@vue/cli-plugin-unit-jest": "~5.0.3",
|
|
"@vue/cli-service": "~5.0.3",
|
|
"@vue/eslint-config-typescript": "^9.1.0",
|
|
"@vue/test-utils": "^2.0.0-rc.18",
|
|
"@vue/vue3-jest": "^27.0.0-alpha.4",
|
|
"concurrently": "^6.0.0",
|
|
"cypress": "^8.3.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
"jest": "^27.1.0",
|
|
"ts-jest": "^27.0.4",
|
|
"typescript": "~4.5.5",
|
|
"wait-on": "^5.3.0"
|
|
}
|
|
}
|