blob: aef56ba05734c9f315f7d6fbba4b18eb27927a60 [file] [log] [blame]
{
"name": "@zeppelin/react",
"version": "0.0.1",
"sideEffects": [
"*.css"
],
"scripts": {
"start": "webpack serve --config webpack.config.js --mode development",
"build": "webpack --config webpack.config.js --mode production",
"dev": "webpack serve --config webpack.config.js --mode development",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix"
},
"dependencies": {
"@ant-design/icons": "5.4.0",
"@antv/g2plot": "2.3.32",
"@zeppelin/sdk": "file:../zeppelin-sdk",
"ansi-to-react": "6.2.6",
"antd": "5.21.0",
"file-saver": "2.0.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"xlsx-js-style": "1.2.0"
},
"devDependencies": {
"@types/file-saver": "2.0.7",
"@types/node": "18.19.64",
"@types/react": "18.3.26",
"@types/react-dom": "18.3.7",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"css-loader": "6.8.0",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"html-webpack-plugin": "5.5.0",
"style-loader": "3.3.0",
"ts-loader": "9.4.0",
"typescript": "4.9.5",
"webpack": "5.105.4",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.2.3"
}
}