diff options
author | Maksymilian Pamula <mpamula@virtuslab.com> | 2020-04-22 06:46:36 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-06-04 11:25:34 +0200 |
commit | 4065a65fe3294e0ddf54f5756380f7dc1aa032b2 (patch) | |
tree | 3f225828db0430f478f1db9650c9c2d858d6bfa8 /plugins/base/search-component/package.json | |
parent | 7674ce23f132f727b71545ad3aa62be5059613d6 (diff) | |
download | dokka-4065a65fe3294e0ddf54f5756380f7dc1aa032b2.tar.gz dokka-4065a65fe3294e0ddf54f5756380f7dc1aa032b2.tar.bz2 dokka-4065a65fe3294e0ddf54f5756380f7dc1aa032b2.zip |
TD: Rewrite application to TS
Diffstat (limited to 'plugins/base/search-component/package.json')
-rw-r--r-- | plugins/base/search-component/package.json | 38 |
1 files changed, 9 insertions, 29 deletions
diff --git a/plugins/base/search-component/package.json b/plugins/base/search-component/package.json index fa997c44..1fb386f6 100644 --- a/plugins/base/search-component/package.json +++ b/plugins/base/search-component/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "config": { - "components": "./src/main/js/search", + "components": "./src/main/components", "dist": "./dist" }, "scripts": { @@ -28,50 +28,30 @@ "dependencies": { "@babel/core": "^7.8.3", "@jetbrains/babel-preset-jetbrains": "^2.1.4", - "@jetbrains/icons": "3.6.0", "@jetbrains/logos": "1.1.5", "@jetbrains/ring-ui": "2.1.16", + "@types/node": "^12.12.36", + "@types/react": "^16.9.0", + "@types/react-dom": "^16.9.0", "babel-loader": "^8.0.6", - "copy-webpack-plugin": "^5.1.1", - "css-loader": "^3.4.2", - "json-loader": "^0.5.7", "postcss-import": "^12.0.1", - "postcss-loader": "^3.0.0", "postcss-preset-env": "^6.7.0", - "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0", "redbox-react": "^1.6.0", + "ts-loader": "^7.0.0", + "typescript": "^3.8.3", "webpack": "^4.41.5", "webpack-cli": "^3.3.10", "webpack-dev-server": "^3.10.1" }, "devDependencies": { - "@jetbrains/generator-ring-ui": "2.0.53", - "@jetbrains/eslint-config": "^4.0.6", "@jetbrains/stylelint-config": "^2.0.0", "babel-eslint": "^10.0.3", - "chai": "^4.2.0", - "chai-as-promised": "^7.1.1", - "chai-dom": "^1.8.1", - "chai-enzyme": "1.0.0-beta.1", - "electron": "^7.1.9", - "enzyme": "^3.11.0", - "enzyme-adapter-react-16": "^1.15.2", "eslint": "^6.8.0", - "karma": "^4.4.1", - "karma-chai-plugins": "^0.9.0", - "karma-electron": "^6.3.0", - "karma-mocha": "^1.3.0", - "karma-sourcemap-loader": "^0.3.7", - "karma-teamcity-reporter": "^1.1.0", - "karma-webpack": "^4.0.2", - "mocha": "^6.2.2", - "react-test-renderer": "^16.12.0", - "sinon": "^8.0.4", - "sinon-chai": "^3.4.0", - "stylelint": "^12.0.1", - "xvfb-maybe": "^0.2.1", + "sass": "^1.26.3", + "sass-loader": "^8.0.2", + "stylelint": "^13.3.2", "yo": "^3.1.1" }, "engines": { |