File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
{
"name": "vue3-sfc-loader",
"description": "Single File Component loader",
"keywords": [
"vue",
"vuejs",
"vue3",
"component-loader",
"nobuild"
],
"homepage": "https://github.com/FranckFreiburger/vue3-sfc-loader",
"author": {
"name": "Franck FREIBURGER",
"email": "[email protected]",
"url": "https://franck-freiburger.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/FranckFreiburger/vue3-sfc-loader"
},
"license": "MIT",
"version": "0.8.4",
"browserslist": "> 1%, last 2 versions, Firefox ESR, not dead, ie 11",
"main": "dist/vue3-sfc-loader.js",
"types": "dist/vue3-sfc-loader.d.ts",
"scripts": {
"coverage": "node test/coverageTest.mjs",
"test": "cd test && yarn run start",
"testVue2": "cd test && cross-env VUE_VERSION=2 yarn run start",
"tests": "jest --runInBand \"tests/.*\\.test.js\"",
"dev": "webpack --mode=development --config ./build/webpack.config.js --progress --watch",
"build": "rimraf ./dist/ && cross-env-shell webpack --mode=production --config ./build/webpack.config.js --progress --env targetsBrowsers=\\\"$npm_package_browserslist\\\"",
"docs": "cross-env-shell \"node build/evalHtmlComments.js README.md $npm_package_version && node build/evalHtmlComments.js docs/examples.md $npm_package_version && typedoc --plugin typedoc-plugin-markdown --mode file --tsconfig ./build/tsconfig.json --inputFiles ./src/index.ts --out ./docs/api --readme none --stripInternal --namedAnchors true\"",
"pushDocs": "yarn run docs && git add docs/ && git add README.md && cross-env-shell git commit -m \\\"chore(docs): v$npm_package_version API docs & examples \\\" docs",
"release": "standard-version --header \"\""
},
"standard-version": {
"scripts": {
"postbump": "yarn run build && yarn run tests && yarn run pushDocs"
}
},
"devDependencies": {
"@babel/code-frame": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/generator": "^7.14.5",
"@babel/parser": "^7.14.7",
"@babel/plugin-proposal-dynamic-import": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-transform-arrow-functions": "^7.14.5",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@types/babel__code-frame": "^7.0.2",
"@types/babel__core": "^7.1.13",
"@types/babel__traverse": "^7.14.0",
"@types/spark-md5": "^3.0.2",
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/babel-preset-jsx": "^1.2.4",
"@vue/compiler-dom": "^3.1.2",
"@vue/compiler-sfc": "^3.1.2",
"@vue/component-compiler-utils": "^3.2.2",
"@vue/shared": "^3.1.2",
"assert": "^2.0.0",
"babel-loader": "^8.2.2",
"babel-plugin-polyfill-corejs3": "^0.2.3",
"bn.js": "5",
"buffer": "^6.0.3",
"caniuse-api": "^3.0.0",
"compression-webpack-plugin": "^8.0.1",
"core-js": "^3.15.2",
"core-js-pure": "^3.15.2",
"cross-env": "^7.0.3",
"dts-bundle": "^0.7.3",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"jest": "^27.0.6",
"lodash-es": "^4.17.21",
"lru-cache": "^6.0.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"puppeteer": "^10.1.0",
"rimraf": "^3.0.2",
"safe-buffer": "^5.2.1",
"semver": "^7.3.5",
"source-map-explorer": "2.5.2",
"spark-md5": "^3.0.1",
"standard-version": "^9.3.0",
"stream-browserify": "^3.0.0",
"terser-webpack-plugin": "^5.1.4",
"ts-loader": "^9.2.3",
"typedoc": "0.19.2",
"typedoc-plugin-markdown": "3.1.1",
"typescript": "^4.3.4",
"url": "^0.11.0",
"util": "^0.12.4",
"vm-browserify": "^1.1.2",
"vue": "3",
"vue-template-compiler": "^2.6.14",
"vue2": "npm:vue@^2.6.14",
"webpack": "^5.41.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.2"
}
}