98 lines
2.8 KiB
JSON
98 lines
2.8 KiB
JSON
{
|
|
"name": "@flecks/core",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cha0s/flecks.git",
|
|
"directory": "packages/core"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"version": "2.0.3",
|
|
"main": "index.js",
|
|
"author": "cha0s",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"flecks": "./cli.js"
|
|
},
|
|
"scripts": {
|
|
"build": "NODE_PATH=./node_modules webpack --config ./build/webpack.config.js --mode production",
|
|
"clean": "rm -rf dist node_modules yarn.lock && yarn",
|
|
"lint": "NODE_PATH=./node_modules eslint --config ./build/eslint.config.js .",
|
|
"postversion": "cp package.json dist",
|
|
"test": "npm run build && mocha -t 10000 --colors ./dist/test.js"
|
|
},
|
|
"files": [
|
|
"build",
|
|
"cli.js",
|
|
"cli.js.map",
|
|
"index.js",
|
|
"index.js.map",
|
|
"server.js",
|
|
"server.js.map",
|
|
"server/build/babel.config.js",
|
|
"server/build/babel.config.js.map",
|
|
"server/build/default.eslint.config.js",
|
|
"server/build/default.eslint.config.js.map",
|
|
"server/build/eslint.config.js",
|
|
"server/build/eslint.config.js.map",
|
|
"server/build/webpack.config.js",
|
|
"server/build/webpack.config.js.map",
|
|
"server/build/fleckspack.config.js",
|
|
"server/build/fleckspack.config.js.map",
|
|
"src",
|
|
"start.js",
|
|
"start.js.map",
|
|
"test",
|
|
"test.js",
|
|
"test.js.map"
|
|
],
|
|
"dependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/eslint-parser": "^7.23.3",
|
|
"@babel/eslint-plugin": "^7.22.10",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
|
|
"@babel/plugin-transform-regenerator": "^7.16.7",
|
|
"@babel/preset-env": "^7.12.11",
|
|
"@babel/register": "7.13.0",
|
|
"babel-loader": "^9.1.3",
|
|
"babel-merge": "^3.0.0",
|
|
"babel-plugin-prepend": "^1.0.2",
|
|
"chai": "4.2.0",
|
|
"chai-as-promised": "7.1.1",
|
|
"commander": "^8.3.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"debug": "4.3.1",
|
|
"enhanced-resolve": "^5.9.2",
|
|
"eslint": "^7.0.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-import-resolver-webpack": "^0.13.8",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-webpack-plugin": "^4.0.1",
|
|
"glob": "^7.2.0",
|
|
"globals": "^13.23.0",
|
|
"js-yaml": "4.1.0",
|
|
"jsonparse": "^1.3.1",
|
|
"lodash.flatten": "^4.4.0",
|
|
"lodash.get": "^4.4.2",
|
|
"lodash.intersectionby": "4.7.0",
|
|
"lodash.set": "^4.3.2",
|
|
"lodash.without": "^4.4.0",
|
|
"pirates": "^4.0.5",
|
|
"rimraf": "^3.0.2",
|
|
"source-map-loader": "4.0.1",
|
|
"source-map-support": "0.5.19",
|
|
"supports-color": "9.2.1",
|
|
"webpack": "^5.89.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-node-externals": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^8.3.2"
|
|
}
|
|
}
|