-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.8 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.8 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
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
{
"name": "@development-framework/dm-core-plugins",
"license": "MIT",
"version": "1.60.1",
"main": "dist/index.js",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@development-framework/dm-core": "^1.46.5",
"@equinor/eds-core-react": "^2.3.7",
"@equinor/eds-icons": "^1.3.0",
"@equinor/eds-tokens": "^2.2.0",
"axios": "^1.13.6",
"dompurify": "^3.3.1",
"highlight.js": "^11.11.1",
"lodash": "^4.17.23",
"luxon": "^3.7.2",
"mermaid": "^11.12.3",
"react-hook-form": "^7.71.2",
"react-markdown": "^10.1.0",
"react-toastify": "^11.0.5",
"remark-gfm": "^4.0.1",
"ts-node": "^10.9.2",
"yaml": "^2.8.2"
},
"devDependencies": {
"@biomejs/biome": "2.4.5",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/dompurify": "^3.2.0",
"@types/jest": "^30.0.0",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.24",
"@types/luxon": "^3.7.1",
"@types/node": "^25.3.3",
"@types/react-dom": "^19.2.3",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.36",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"react-router-dom": "^7.13.1",
"shx": "0.4.0",
"ts-jest": "^29.4.6",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3"
},
"peerDependencies": {
"@types/react": "^18.2.20 || ^19.0.0",
"react": "^18.2.0 || ^19.0.0",
"react-dom": "^18.2.0 || ^19.0.0",
"styled-components": "^6.1.13"
},
"files": [
"blueprints",
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"prebuild": "shx rm -rf dist",
"build": "tsc",
"test": "jest test",
"test-watch": "jest test --watchAll"
}
}