mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"name": "test-app",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"test:e2e": "concurrently \"npm run serve\" \"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",
|
|
"sync": "sh ./scripts/sync.sh"
|
|
},
|
|
"dependencies": {
|
|
"@ionic/vue": "5.6.3",
|
|
"@ionic/vue-router": "5.6.3",
|
|
"vue": "^3.0.0-0",
|
|
"vue-router": "^4.0.0-rc.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^24.0.19",
|
|
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
|
"@typescript-eslint/parser": "^2.33.0",
|
|
"@vue/cli-plugin-babel": "^4.5.12",
|
|
"@vue/cli-plugin-e2e-cypress": "^5.0.0-alpha.7",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-plugin-router": "~4.5.0",
|
|
"@vue/cli-plugin-typescript": "~4.5.0",
|
|
"@vue/cli-plugin-unit-jest": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"@vue/compiler-sfc": "^3.0.0-0",
|
|
"@vue/eslint-config-typescript": "^5.0.2",
|
|
"@vue/test-utils": "^2.0.0-0",
|
|
"concurrently": "^6.0.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^7.0.0-0",
|
|
"typescript": "~3.9.3",
|
|
"vue-jest": "^5.0.0-0",
|
|
"wait-on": "^5.3.0"
|
|
},
|
|
"description": "An Ionic project"
|
|
}
|