mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
43 lines
1.3 KiB
JSON
43 lines
1.3 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": "start-server-and-test serve http://localhost:8080 cypress",
|
|
"lint": "vue-cli-service lint",
|
|
"cypress": "node_modules/.bin/cypress run --headless --browser chrome"
|
|
},
|
|
"dependencies": {
|
|
"@ionic/vue": "^0.6.0-dev.202009301514.ea201ea",
|
|
"@ionic/vue-router": "^0.6.0-dev.202009301514.ea201ea",
|
|
"core-js": "^3.6.5",
|
|
"vue": "^3.0.0-0",
|
|
"vue-router": "^4.0.0-0"
|
|
},
|
|
"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.0",
|
|
"@vue/cli-plugin-e2e-cypress": "^4.5.4",
|
|
"@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",
|
|
"cypress": "^5.3.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.2.0"
|
|
},
|
|
"description": "An Ionic project"
|
|
}
|