@barsanovinray/core
Version:
barsa novin ray infrastructure code share
45 lines (44 loc) • 1.25 kB
JSON
{
"name": "@barsanovinray/core",
"version": "0.1.6",
"description": "barsa novin ray infrastructure code share",
"scripts": {
"start": "webpack serve --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"build-analyzer": "webpack --config webpack.prod.js --json > dist/stats.json && npm run analyzer",
"analyzer": "webpack-bundle-analyzer dist/stats.json"
},
"files": [
"dist"
],
"author": "barsanovinray",
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@types/jquery": "^3.5.5",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"exports-loader": "^2.0.0",
"expose-loader": "^2.0.0",
"html-webpack-plugin": "^5.1.0",
"mini-css-extract-plugin": "^1.3.6",
"ts-loader": "^8.0.17",
"typescript": "^4.1.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.21.2",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"jquery": "^3.5.1"
},
"private": false,
"main": "dist/main.build.js",
"keywords": [
"barsanovinray",
"core"
],
"license": "UNLICENSED"
}