mirror of https://github.com/openedx/paragon.git
26 lines
577 B
JSON
26 lines
577 B
JSON
{
|
|
"name": "component-generator",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"lint": "eslint --ext .js --ext .jsx ."
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.30.2",
|
|
"commander": "^9.3.0",
|
|
"dotenv": "^16.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.57.1",
|
|
"eslint-config-airbnb": "19.0.4",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "4.6.2"
|
|
}
|
|
}
|