parcoursup/node_modules/@riotjs/webpack-loader/package.json
lalBi94 7bc56c09b5 $
2023-03-05 13:23:23 +01:00

51 lines
1.3 KiB
JSON

{
"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"
}
}