mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
28 lines
628 B
JSON
28 lines
628 B
JSON
{
|
|
"name": "@ionic/vanilla",
|
|
"version": "0.0.1",
|
|
"description": "Base components for Ionic",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "npm run clean && stencil build",
|
|
"clean": "rm -Rf ./dist",
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ionic-team/ionic.git"
|
|
},
|
|
"dependencies": {
|
|
"@ionic/core": "0.0.1"
|
|
},
|
|
"devDependencies":{
|
|
"@stencil/core": "0.0.1"
|
|
},
|
|
"author": "Ionic Team",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ionic-team/ionic/issues"
|
|
},
|
|
"homepage": "https://github.com/ionic-team/ionic#readme"
|
|
}
|