Removed unused packages in package.json
This commit is contained in:
@@ -4,9 +4,6 @@
|
|||||||
"author": "Datopian",
|
"author": "Datopian",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"bin": {
|
|
||||||
"portal": "./bin/portal.js"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
@@ -15,36 +12,18 @@
|
|||||||
"test": "jest --coverage"
|
"test": "jest --coverage"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@material-ui/core": "^4.11.3",
|
|
||||||
"@material-ui/data-grid": "^4.0.0-alpha.20",
|
|
||||||
"@tailwindcss/typography": "^0.4.0",
|
"@tailwindcss/typography": "^0.4.0",
|
||||||
"autoprefixer": "^10.0.4",
|
"autoprefixer": "^10.0.4",
|
||||||
"chalk": "^4.1.0",
|
|
||||||
"commander": "^6.2.0",
|
|
||||||
"cpy": "^8.1.1",
|
|
||||||
"cross-spawn": "^7.0.3",
|
|
||||||
"datapackage-render": "git+https://github.com/frictionlessdata/datapackage-render-js.git",
|
"datapackage-render": "git+https://github.com/frictionlessdata/datapackage-render-js.git",
|
||||||
"figlet": "^1.5.0",
|
|
||||||
"filesize": "^6.1.0",
|
|
||||||
"frictionless.js": "^0.13.4",
|
"frictionless.js": "^0.13.4",
|
||||||
"listr": "^0.14.3",
|
|
||||||
"next": "latest",
|
"next": "latest",
|
||||||
"open": "^8.0.2",
|
|
||||||
"ora": "^5.1.0",
|
|
||||||
"plotly.js-basic-dist": "^1.58.4",
|
|
||||||
"portal": "https://github.com/datopian/portal.js",
|
"portal": "https://github.com/datopian/portal.js",
|
||||||
"postcss": "^8.2.10",
|
"postcss": "^8.2.10",
|
||||||
"prompts": "^2.4.0",
|
|
||||||
"react": "^17.0.1",
|
"react": "^17.0.1",
|
||||||
"react-dom": "^17.0.1",
|
"react-dom": "^17.0.1",
|
||||||
"react-plotly.js": "^2.5.1",
|
|
||||||
"react-table": "^7.6.3",
|
|
||||||
"react-vega": "^7.4.2",
|
|
||||||
"remark": "^13.0.0",
|
"remark": "^13.0.0",
|
||||||
"remark-html": "^13.0.2",
|
"remark-html": "^13.0.2",
|
||||||
"tailwindcss": "^2.0.2",
|
"tailwindcss": "^2.0.2"
|
||||||
"vega": "^5.19.1",
|
|
||||||
"vega-lite": "^5.0.0"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@testing-library/dom": "^7.29.6",
|
"@testing-library/dom": "^7.29.6",
|
||||||
@@ -56,4 +35,4 @@
|
|||||||
"jest-canvas-mock": "^2.3.1",
|
"jest-canvas-mock": "^2.3.1",
|
||||||
"jest-dom": "^4.0.0"
|
"jest-dom": "^4.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user