babel-plugin-jsx/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2020-05-13 19:14:28 +08:00
{
"name": "jsx",
"version": "1.0.0",
"description": "jsx for vue 3",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server",
"lint": "eslint --ext .js src",
"test": "jest --config .jest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vueComponent/jsx.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/vueComponent/jsx/issues"
},
"homepage": "https://github.com/vueComponent/jsx#readme",
"keywords": [
"vue",
"jsx"
],
"dependencies": {
"@babel/helper-module-imports": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.8.3",
"@babel/types": "^7.9.6",
"html-tags": "^3.1.0",
"svg-tags": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
2020-05-14 13:24:22 +08:00
"@vue/test-utils": "^2.0.0-alpha.4",
2020-05-13 19:14:28 +08:00
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"babel-loader": "^8.1.0",
"eslint": "^7.0.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"jest": "^26.0.1",
2020-05-17 00:02:24 +08:00
"regenerator-runtime": "^0.13.5",
2020-05-13 19:14:28 +08:00
"vue": "^3.0.0-beta.10",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}