aboutsummaryrefslogtreecommitdiff
path: root/dokka-subprojects/plugin-base-frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'dokka-subprojects/plugin-base-frontend/package.json')
-rw-r--r--dokka-subprojects/plugin-base-frontend/package.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/dokka-subprojects/plugin-base-frontend/package.json b/dokka-subprojects/plugin-base-frontend/package.json
new file mode 100644
index 00000000..4e07ae6c
--- /dev/null
+++ b/dokka-subprojects/plugin-base-frontend/package.json
@@ -0,0 +1,61 @@
+{
+ "name": "search",
+ "version": "1.0.0",
+ "private": true,
+ "config": {
+ "components": "./src/main/components",
+ "dist": "./dist"
+ },
+ "scripts": {
+ "build": "webpack --mode=production --devtool source-map",
+ "lint": "eslint . && npm run stylelint",
+ "stylelint": "stylelint --ignore-path .gitignore ./src/main/**/*.scss",
+ "start": "webpack-dev-server -d --history-api-fallback --inline --hot --colors --port 9010"
+ },
+ "babel": {
+ "presets": [
+ [
+ "@jetbrains/jetbrains",
+ {
+ "useBuiltIns": "usage"
+ }
+ ]
+ ]
+ },
+ "dependencies": {
+ "@babel/core": "^7.16.0",
+ "@jetbrains/babel-preset-jetbrains": "^2.3.1",
+ "@jetbrains/logos": "1.4.27",
+ "@jetbrains/ring-ui": "^4.1.3",
+ "@types/node": "^16.11.10",
+ "@types/react": "^17.0.37",
+ "@types/react-dom": "^17.0.11",
+ "babel-loader": "^8.2.3",
+ "lodash": "^4.17.21",
+ "postcss-import": "^14.0.2",
+ "postcss-preset-env": "^7.0.1",
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2",
+ "ts-loader": "^9.2.6",
+ "typescript": "^4.5.2",
+ "webpack": "^5.76.0",
+ "webpack-cli": "^4.9.1",
+ "webpack-dev-server": "^4.6.0"
+ },
+ "devDependencies": {
+ "@babel/eslint-parser": "^7.16.3",
+ "@jetbrains/stylelint-config": "^3.0.2",
+ "@types/lodash": "^4.14.177",
+ "eslint": "^8.3.0",
+ "mini-css-extract-plugin": "^2.4.5",
+ "react-svg-loader": "^3.0.3",
+ "sass": "^1.43.5",
+ "sass-loader": "^12.3.0",
+ "stylelint": "^14.1.0",
+ "svg-inline-loader": "^0.8.2",
+ "terser-webpack-plugin": "^5.2.5"
+ },
+ "engines": {
+ "node": ">=16.0.0"
+ }
+}