$
This commit is contained in:
50
node_modules/@riotjs/webpack-loader/package.json
generated
vendored
Normal file
50
node_modules/@riotjs/webpack-loader/package.json
generated
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"name": "@riotjs/webpack-loader",
|
||||
"version": "6.0.0",
|
||||
"description": "Riot official webpack loader",
|
||||
"main": "dist/riot-webpack-loader.cjs.js",
|
||||
"jsnext:main": "dist/riot-webpack-loader.esm.js",
|
||||
"module": "dist/riot-webpack-loader.esm.js",
|
||||
"source": "./src/index.js",
|
||||
"scripts": {
|
||||
"prepublishOnly": "npm test",
|
||||
"prepare": "npm i @riotjs/compiler @riotjs/hot-reload --no-save",
|
||||
"lint": "eslint src test",
|
||||
"build": "rollup -c",
|
||||
"pretest": "npm run build",
|
||||
"test": "npm run lint && mocha -r esm --timeout 5000 test/index.js"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/riot/webpack-loader.git"
|
||||
},
|
||||
"keywords": [
|
||||
"webpack",
|
||||
"riot",
|
||||
"loader"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"@riotjs/compiler": "^6.0.0"
|
||||
},
|
||||
"author": "Gianluca Guarini <gianluca.guarini@gmail.com> (http://gianlucaguarini.com)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/riot/webpack-loader/issues"
|
||||
},
|
||||
"homepage": "https://github.com/riot/webpack-loader#readme",
|
||||
"dependencies": {
|
||||
"loader-utils": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.3.4",
|
||||
"eslint": "^7.30.0",
|
||||
"eslint-config-riot": "^3.0.0",
|
||||
"esm": "^3.2.25",
|
||||
"mocha": "^8.4.0",
|
||||
"rollup": "^2.53.1",
|
||||
"webpack": "^5.44.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user