-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
121 lines (121 loc) · 4.54 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "grafana-iot-twinmaker-app",
"version": "1.18.2",
"description": "Grafana IoT TwinMaker App Plugin",
"scripts": {
"build": "NODE_OPTIONS='--max-old-space-size=4096' webpack -c webpack.config.ts --env production",
"clean": "rm -rf dist/ build/*",
"dev": "webpack -w -c webpack.config.ts --env development",
"generate-release-notes": "PREV_TAG=$(git tag | tail -n 1) && gh api --method POST /repos/grafana/grafana-iot-twinmaker-app/releases/generate-notes -f tag_name=v${npm_package_version} -f target_commitish=main -f previous_tag_name=${PREV_TAG} | jq -r .body",
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx ./src",
"lint:fix": "yarn run lint --fix",
"server": "docker-compose up --build",
"sign": "npx --yes @grafana/sign-plugin@latest",
"spellcheck": "cspell -c cspell.config.json \"**/*.{ts,tsx,js,go,md,mdx,yml,yaml,json,scss,css}\"",
"test": "jest --watch --onlyChanged",
"test:ci": "jest --passWithNoTests --maxWorkers 4",
"test:coverage": "jest --coverage",
"test:coverage:changes": "jest --coverage --changedSince=origin/main",
"typecheck": "tsc --noEmit",
"watch": "webpack -w -c webpack.config.ts --env development"
},
"author": "IoT TwinMaker Frontend",
"devDependencies": {
"@babel/core": "^7.24.9",
"@grafana/eslint-config": "^7.0.0",
"@grafana/tsconfig": "^1.3.0-rc1",
"@swc/core": "^1.3.90",
"@swc/helpers": "^0.5.12",
"@swc/jest": "^0.2.26",
"@testing-library/dom": "^10.3.2",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/glob": "^8.0.0",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.17.7",
"@types/node": "^20.8.7",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "5.14.9",
"@types/three": "0.139.0",
"@types/uuid": "^8.3.1",
"copy-webpack-plugin": "^12.0.2",
"cspell": "^8.11.0",
"css-loader": "^7.1.2",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"glob": "^11.0.0",
"identity-obj-proxy": "3.0.0",
"imports-loader": "^5.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-transform-stub": "^2.0.0",
"path-browserify": "^1.0.1",
"prettier": "^3.3.3",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass": "1.77.8",
"sass-loader": "14.2.1",
"style-loader": "4.0.0",
"swc-loader": "^0.2.6",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "5.5.3",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2",
"webpack-shell-plugin-next": "^2.3.1"
},
"dependencies": {
"@aws-sdk/client-iot-events": "3.354.0",
"@aws-sdk/client-iotsitewise": "3.456.0",
"@aws-sdk/client-iottwinmaker": "3.589.0",
"@aws-sdk/client-kinesis-video": "3.354.0",
"@aws-sdk/client-kinesis-video-archived-media": "3.354.0",
"@aws-sdk/client-s3": "3.335.0",
"@cloudscape-design/components": "^3",
"@cloudscape-design/design-tokens": "^3",
"@cloudscape-design/global-styles": "^1",
"@emotion/css": "11.11.2",
"@grafana/aws-sdk": "0.4.1",
"@grafana/data": "^10.4.5",
"@grafana/experimental": "1.7.12",
"@grafana/runtime": "^10.4.5",
"@grafana/schema": "^10.4.5",
"@grafana/ui": "^10.4.5",
"@iot-app-kit/core": "10.13.1",
"@iot-app-kit/react-components": "10.13.1",
"@iot-app-kit/scene-composer": "10.13.1",
"@iot-app-kit/source-iottwinmaker": "10.13.1",
"aws-iot-twinmaker-grafana-utils": "file:libs/aws-iot-twinmaker-grafana-utils-2.1.0.tgz",
"aws-sdk": "^2.978.0",
"cytoscape": "^3.26.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^5.2.0",
"react-use": "^17.5.0",
"tslib": "2.6.3",
"uuid": "^8.3.2"
},
"engines": {
"node": ">=20"
},
"resolutions": {
"d3-color": "^3.1.0",
"fast-xml-parser": "4.5.0",
"jackspeak": "2.1.1",
"lodash.pick": "https://github.com/lodash/lodash/archive/refs/tags/4.17.21.tar.gz",
"path-to-regexp": "1.9.0",
"ramda": "0.27.2",
"react-use": "^17.5.0",
"three-stdlib": "2.23.9",
"_comment": "Do not remove react-three & Matterport dependencies until AMG upgrades to Grafana v10 - PR#259",
"@react-three/drei": "8.11.0",
"@react-three/fiber": "7.0.26",
"@react-three/test-renderer": "7.0.27",
"@matterport/r3f": "0.2.6",
"@matterport/webcomponent": "0.1.26"
}
}