forked from openinula/inula
55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"name": "inula-dev-tools",
|
|
"version": "0.0.1",
|
|
"description": "Inula chrome dev extension",
|
|
"main": "",
|
|
"scripts": {
|
|
"build": "webpack --config ./webpack.config.js",
|
|
"watch": "webpack --config ./webpack.config.js --watch",
|
|
"build-dev": "webpack --config ./webpack.dev.js",
|
|
"start": "npm run build && webpack serve --config ./webpack.dev.js",
|
|
"test": "jest"
|
|
},
|
|
"keywords": ["inula-dev-tools"],
|
|
"license": "MulanPSL2",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
"@babel/plugin-transform-react-jsx-source": "^7.18.6",
|
|
"@babel/preset-env": "^7.21.1",
|
|
"@babel/preset-react": "^7.12.1",
|
|
"@babel/preset-typescript": "^7.16.7",
|
|
"@types/chrome": "0.0.190",
|
|
"@types/jest": "27.4.1",
|
|
"@typescript-eslint/eslint-plugin": "4.8.0",
|
|
"@typescript-eslint/parser": "4.8.0",
|
|
"babel-jest": "^27.5.1",
|
|
"eslint": "7.13.0",
|
|
"eslint-config-prettier": "^6.9.0",
|
|
"eslint-plugin-jest": "^22.15.0",
|
|
"eslint-plugin-no-for-of-loops": "^1.0.0",
|
|
"eslint-plugin-no-function-declare-after-return": "^1.0.0",
|
|
"eslint-plugin-react": "7.14.3",
|
|
"babel-loader": "8.1.0",
|
|
"css-loader": "^6.7.1",
|
|
"html-webpack-plugin": "5.5.0",
|
|
"jest": "27.5.1",
|
|
"less": "4.1.2",
|
|
"less-loader": "10.2.0",
|
|
"style-loader": "^3.3.1",
|
|
"ts-jest": "27.1.4",
|
|
"ts-loader": "^9.3.1",
|
|
"typescript": "4.2.3",
|
|
"webpack": "5.70.0",
|
|
"webpack-cli": "4.9.2",
|
|
"webpack-dev-server": "^4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"openinula": "^0.1.1",
|
|
"flatted-object": "^0.1.2",
|
|
"json-decycle": "^2.0.1",
|
|
"lodash": "^4.17.21",
|
|
"object-assign": "^4.1.1"
|
|
}
|
|
}
|