ddf0dff6f6
We got there
65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"name": "@flecks/core",
|
|
"version": "4.2.3",
|
|
"author": "cha0s",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "flecks build",
|
|
"clean": "flecks clean",
|
|
"lint": "flecks lint",
|
|
"test": "flecks test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cha0s/flecks.git",
|
|
"directory": "packages/core"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"server.js"
|
|
],
|
|
"dependencies": {
|
|
"callsites": "^3.1.0",
|
|
"debug": "4.3.1",
|
|
"glob": "^10.3.10",
|
|
"js-yaml": "4.1.0",
|
|
"jsonparse": "^1.3.1",
|
|
"lodash.get": "^4.4.2",
|
|
"minimatch": "^5.0.1",
|
|
"set-value": "^4.1.0",
|
|
"source-map-support": "0.5.19",
|
|
"supports-color": "9.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/eslint-parser": "^7.23.3",
|
|
"@babel/eslint-plugin": "^7.22.10",
|
|
"@babel/plugin-transform-regenerator": "^7.16.7",
|
|
"@babel/preset-env": "^7.12.11",
|
|
"babel-loader": "^9.1.3",
|
|
"babel-merge": "^3.0.0",
|
|
"chai": "4.2.0",
|
|
"chai-as-promised": "7.1.1",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"eslint": "^8.56.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": "^3.2.0",
|
|
"globals": "^13.23.0",
|
|
"mocha": "^10.2.0",
|
|
"rimraf": "^5.0.5",
|
|
"source-map-loader": "4.0.1",
|
|
"webpack": "^5.89.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-node-externals": "^3.0.0"
|
|
}
|
|
}
|