-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 KB
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
{
"name": "business-rules-visualizer",
"version": "0.0.1",
"description": "",
"license": "UNLICENSED",
"imports": {
"#now:*": "./@types/servicenow/fluent/*/index.js"
},
"scripts": {
"build": "now-sdk build",
"deploy": "now-sdk install",
"transform": "now-sdk transform",
"types": "now-sdk dependencies"
},
"devDependencies": {
"@servicenow/eslint-plugin-sdk-app-plugin": "4.2.0",
"@servicenow/glide": "27.0.3",
"@servicenow/isomorphic-rollup": "^1.2.11",
"@servicenow/sdk": "4.2.0",
"@types/react": "19.x",
"@types/react-dom": "19.x",
"eslint": "8.50.0",
"typescript": "5.5.4"
},
"dependencies": {
"@mantine/core": "^8.3.15",
"@mantine/hooks": "^8.3.15",
"@servicenow/now-alert": "^19.8.2-ecd",
"@servicenow/now-button": "^19.8.2-ecd",
"@servicenow/now-icon": "^19.8.2-ecd",
"@servicenow/now-loader": "^19.8.2-ecd",
"@tabler/icons-react": "^3.37.1",
"prism-react-renderer": "^2.4.1",
"react": "19.x",
"react-dom": "19.x",
"reactflow": "^11.11.4"
}
}