-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.66 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
{
"name": "navno-enonicxp",
"version": "2.49.3",
"scripts": {
"test": "npm run test --prefix test",
"build": "npm-run-all lint babel",
"lint": "eslint ./src/main/resources --ext=ts --quiet && tsc --noemit",
"babel": "babel src/main/resources --out-dir=build/resources/main --no-copy-ignored --extensions \".ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/navikt/nav-enonicxp.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/navikt/nav-enonicxp/issues"
},
"homepage": "https://github.com/navikt/nav-enonicxp#readme",
"type": "module",
"workspaces": [
"test",
"test/e2e-tests",
"test/unit-tests"
],
"devDependencies": {
"@anders-nom/babel-plugin-import-graphql-string": "2.8.1-12",
"@babel/cli": "7.25.7",
"@babel/core": "7.25.8",
"@babel/preset-env": "7.25.8",
"@babel/preset-typescript": "7.25.7",
"@enonic-types/lib-auditlog": "7.14.4",
"@enonic-types/lib-auth": "7.14.4",
"@enonic-types/lib-cluster": "7.14.4",
"@enonic-types/lib-common": "7.14.4",
"@enonic-types/lib-content": "7.14.4",
"@enonic-types/lib-context": "7.14.4",
"@enonic-types/lib-event": "7.14.4",
"@enonic-types/lib-grid": "7.14.4",
"@enonic-types/lib-io": "7.14.4",
"@enonic-types/lib-node": "7.14.4",
"@enonic-types/lib-portal": "7.14.4",
"@enonic-types/lib-project": "7.14.4",
"@enonic-types/lib-repo": "7.14.4",
"@enonic-types/lib-scheduler": "7.14.4",
"@enonic-types/lib-task": "7.14.4",
"@enonic-types/lib-value": "7.14.4",
"@enonic-types/lib-websocket": "7.14.4",
"@item-enonic-types/global": "7.13.1",
"@item-enonic-types/lib-cache": "2.2.0",
"@item-enonic-types/lib-graphql": "2.0.3",
"@item-enonic-types/lib-graphql-playground": "0.0.1",
"@item-enonic-types/lib-guillotine": "5.5.0",
"@item-enonic-types/lib-http-client": "3.2.1",
"@item-enonic-types/lib-thymeleaf": "2.1.0",
"@types/node": "22.7.6",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"dayjs": "1.11.13",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.1",
"graphql": "16.9.0",
"html-entities": "2.5.2",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"striptags": "3.2.0",
"typescript": "5.6.3"
}
}