|
1 | 1 | {
|
2 |
| - "name": "ott-vis", |
3 |
| - "version": "1.0.0", |
4 |
| - "description": "", |
5 |
| - "scripts": { |
6 |
| - "build": "webpack -c ./.config/webpack/webpack.config.ts --env production", |
7 |
| - "dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development", |
8 |
| - "test": "jest --passWithNoTests --maxWorkers 4", |
9 |
| - "typecheck": "tsc --noEmit", |
10 |
| - "lint": "prettier --write --config ../../.prettierrc . && tsc --noEmit && eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx . --fix", |
11 |
| - "lint-ci": "prettier --check --config ../../.prettierrc . && tsc --noEmit && eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx .", |
12 |
| - "e2e": "npm exec cypress install && npm exec grafana-e2e run", |
13 |
| - "e2e:update": "npm exec cypress install && npm exec grafana-e2e run --update-screenshots", |
14 |
| - "server": "docker-compose up --build", |
15 |
| - "sign": "npx --yes @grafana/sign-plugin@latest" |
16 |
| - }, |
17 |
| - "author": "Ott", |
18 |
| - "license": "AGPL-3.0-or-later", |
19 |
| - "devDependencies": { |
20 |
| - "@babel/core": "^7.21.4", |
21 |
| - "@grafana/e2e": "10.0.3", |
22 |
| - "@grafana/e2e-selectors": "10.0.3", |
23 |
| - "@grafana/eslint-config": "^6.0.0", |
24 |
| - "@grafana/tsconfig": "^1.2.0-rc1", |
25 |
| - "@swc/core": "^1.3.90", |
26 |
| - "@swc/helpers": "^0.5.0", |
27 |
| - "@swc/jest": "^0.2.26", |
28 |
| - "@testing-library/jest-dom": "6.1.4", |
29 |
| - "@testing-library/react": "14.0.0", |
30 |
| - "@types/jest": "^29.5.0", |
31 |
| - "@types/lodash": "^4.14.194", |
32 |
| - "@types/node": "^20.8.7", |
33 |
| - "@types/testing-library__jest-dom": "5.14.8", |
34 |
| - "copy-webpack-plugin": "^11.0.0", |
35 |
| - "css-loader": "^6.7.3", |
36 |
| - "eslint-plugin-deprecation": "^2.0.0", |
37 |
| - "eslint-plugin-jsdoc": "^48.0.2", |
38 |
| - "eslint-plugin-react": "^7.33.2", |
39 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
40 |
| - "eslint-webpack-plugin": "^4.0.1", |
41 |
| - "fork-ts-checker-webpack-plugin": "^8.0.0", |
42 |
| - "glob": "^10.2.7", |
43 |
| - "identity-obj-proxy": "3.0.0", |
44 |
| - "jest": "^29.5.0", |
45 |
| - "jest-environment-jsdom": "^29.5.0", |
46 |
| - "prettier": "^2.8.7", |
47 |
| - "replace-in-file-webpack-plugin": "^1.0.6", |
48 |
| - "sass": "1.63.2", |
49 |
| - "sass-loader": "13.3.1", |
50 |
| - "style-loader": "3.3.3", |
51 |
| - "swc-loader": "^0.2.3", |
52 |
| - "ts-node": "^10.9.1", |
53 |
| - "tsconfig-paths": "^4.2.0", |
54 |
| - "typescript": "4.8.4", |
55 |
| - "webpack": "^5.86.0", |
56 |
| - "webpack-cli": "^5.1.4", |
57 |
| - "webpack-livereload-plugin": "^3.0.2" |
58 |
| - }, |
59 |
| - "engines": { |
60 |
| - "node": ">=18" |
61 |
| - }, |
62 |
| - "dependencies": { |
63 |
| - "@emotion/css": "11.10.6", |
64 |
| - "@grafana/data": "10.0.3", |
65 |
| - "@grafana/runtime": "10.0.3", |
66 |
| - "@grafana/ui": "10.0.3", |
67 |
| - "@grafana/schema": "10.0.3", |
68 |
| - "react": "18.2.0", |
69 |
| - "react-dom": "18.2.0", |
70 |
| - "tslib": "2.5.3" |
71 |
| - } |
| 2 | + "name": "ott-vis", |
| 3 | + "version": "0.9.0", |
| 4 | + "description": "", |
| 5 | + "scripts": { |
| 6 | + "build": "webpack -c ./.config/webpack/webpack.config.ts --env production", |
| 7 | + "dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development", |
| 8 | + "test": "jest --passWithNoTests --maxWorkers 4", |
| 9 | + "typecheck": "tsc --noEmit", |
| 10 | + "lint": "prettier --write --config ../../.prettierrc . && tsc --noEmit && eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx . --fix", |
| 11 | + "lint-ci": "prettier --check --config ../../.prettierrc . && tsc --noEmit && eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx .", |
| 12 | + "e2e": "npm exec cypress install && npm exec grafana-e2e run", |
| 13 | + "e2e:update": "npm exec cypress install && npm exec grafana-e2e run --update-screenshots", |
| 14 | + "server": "docker-compose up --build", |
| 15 | + "sign": "npx --yes @grafana/sign-plugin@latest" |
| 16 | + }, |
| 17 | + "author": "Ott", |
| 18 | + "license": "AGPL-3.0-or-later", |
| 19 | + "devDependencies": { |
| 20 | + "@babel/core": "^7.21.4", |
| 21 | + "@grafana/e2e": "10.0.3", |
| 22 | + "@grafana/e2e-selectors": "10.0.3", |
| 23 | + "@grafana/eslint-config": "^6.0.0", |
| 24 | + "@grafana/tsconfig": "^1.2.0-rc1", |
| 25 | + "@swc/core": "^1.3.90", |
| 26 | + "@swc/helpers": "^0.5.0", |
| 27 | + "@swc/jest": "^0.2.26", |
| 28 | + "@testing-library/jest-dom": "6.1.4", |
| 29 | + "@testing-library/react": "14.0.0", |
| 30 | + "@types/jest": "^29.5.0", |
| 31 | + "@types/lodash": "^4.14.194", |
| 32 | + "@types/node": "^20.8.7", |
| 33 | + "@types/testing-library__jest-dom": "5.14.8", |
| 34 | + "copy-webpack-plugin": "^11.0.0", |
| 35 | + "css-loader": "^6.7.3", |
| 36 | + "eslint-plugin-deprecation": "^2.0.0", |
| 37 | + "eslint-plugin-jsdoc": "^48.0.2", |
| 38 | + "eslint-plugin-react": "^7.33.2", |
| 39 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 40 | + "eslint-webpack-plugin": "^4.0.1", |
| 41 | + "fork-ts-checker-webpack-plugin": "^8.0.0", |
| 42 | + "glob": "^10.2.7", |
| 43 | + "identity-obj-proxy": "3.0.0", |
| 44 | + "jest": "^29.5.0", |
| 45 | + "jest-environment-jsdom": "^29.5.0", |
| 46 | + "prettier": "^2.8.7", |
| 47 | + "replace-in-file-webpack-plugin": "^1.0.6", |
| 48 | + "sass": "1.63.2", |
| 49 | + "sass-loader": "13.3.1", |
| 50 | + "style-loader": "3.3.3", |
| 51 | + "swc-loader": "^0.2.3", |
| 52 | + "ts-node": "^10.9.1", |
| 53 | + "tsconfig-paths": "^4.2.0", |
| 54 | + "typescript": "4.8.4", |
| 55 | + "webpack": "^5.86.0", |
| 56 | + "webpack-cli": "^5.1.4", |
| 57 | + "webpack-livereload-plugin": "^3.0.2" |
| 58 | + }, |
| 59 | + "engines": { |
| 60 | + "node": ">=18" |
| 61 | + }, |
| 62 | + "dependencies": { |
| 63 | + "@emotion/css": "11.10.6", |
| 64 | + "@grafana/data": "10.0.3", |
| 65 | + "@grafana/runtime": "10.0.3", |
| 66 | + "@grafana/ui": "10.0.3", |
| 67 | + "@grafana/schema": "10.0.3", |
| 68 | + "react": "18.2.0", |
| 69 | + "react-dom": "18.2.0", |
| 70 | + "tslib": "2.5.3" |
| 71 | + } |
72 | 72 | }
|
0 commit comments