-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
161 lines (161 loc) · 5.98 KB
/
Copy pathpackage.json
File metadata and controls
161 lines (161 loc) · 5.98 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
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "mimir",
"version": "2.44.0",
"packageManager": "pnpm@12.4.1",
"description": "New cms for ssb.no",
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "run-p watch:asset watch:server watch:style watch:browserSync watch:react4xp",
"build": "cross-env NODE_ENV=production run-p -c build:*",
"build:asset": "pnpm exec tsup -d build/resources/main/assets",
"build:server": "pnpm exec tsup -d build/resources/main",
"build:react4xp": "cross-env WATCH=false R4X_APP_NAME=mimir R4X_DIR_PATH_ABSOLUTE_PROJECT=$INIT_CWD pnpm compile:react4xp",
"watch:asset": "cross-env NODE_ENV=development pnpm build:asset -- --watch",
"watch:style": "cross-env NODE_ENV=development pnpm sass \"src/main/resources/assets/styles/main.scss\":\"build/resources/main/assets/styles/bundle.css\" \"src/main/resources/assets/styles/main_menu.scss\":\"build/resources/main/assets/styles/bundle_menu.css\" --load-path=node_modules --load-path=node_modules/bootstrap/scss --watch --style=expanded",
"watch:server": "cross-env NODE_ENV=development pnpm build:server -- --watch",
"watch:react4xp": "cross-env WATCH=true NODE_ENV=development R4X_APP_NAME=mimir R4X_DIR_PATH_ABSOLUTE_PROJECT=$INIT_CWD pnpm components:react4xp",
"watch:browserSync": "pnpm exec browser-sync start --files \"src/main/resources/**/*.html\" \"src/main/resources/**/*.xml\" \"src/main/resources/**/*.tsx\" \"src/main/resources/**/*.scss\" \"build/resources/main\" --reload-delay 0 --no-snippet --watch",
"components:react4xp": "pnpm --dir ./node_modules/@enonic/react4xp run webpack:components",
"compile:react4xp": "pnpm --dir ./node_modules/@enonic/react4xp run build:react4xp",
"start": "enonic project deploy --dev",
"install:prod": "pnpm install",
"lint": "eslint --fix './src/**/*.{es6,ts,tsx}'",
"lint-dry": "eslint './src/**/*.{es6,ts,tsx}'",
"test": "jest",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/statisticsnorway/mimir.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/statisticsnorway/mimir/issues"
},
"homepage": "https://github.com/statisticsnorway/mimir#readme",
"devDependencies": {
"@babel/cli": "7.29.7",
"@babel/core": "7.29.7",
"@babel/preset-env": "7.29.7",
"@babel/preset-react": "7.29.7",
"@babel/preset-typescript": "7.29.7",
"@babel/register": "7.29.7",
"@babel/runtime": "7.29.7",
"@enonic-types/lib-admin": "7.15.3",
"@enonic-types/lib-asset": "1.0.3",
"@enonic-types/lib-auth": "7.15.3",
"@enonic-types/lib-cluster": "7.15.3",
"@enonic-types/lib-common": "7.15.3",
"@enonic-types/lib-content": "7.15.3",
"@enonic-types/lib-context": "7.15.3",
"@enonic-types/lib-event": "7.15.3",
"@enonic-types/lib-i18n": "7.15.3",
"@enonic-types/lib-io": "7.15.3",
"@enonic-types/lib-mail": "7.15.3",
"@enonic-types/lib-node": "7.15.3",
"@enonic-types/lib-portal": "7.15.3",
"@enonic-types/lib-react4xp": "4.0.0",
"@enonic-types/lib-repo": "7.15.3",
"@enonic-types/lib-scheduler": "7.15.3",
"@enonic-types/lib-task": "7.15.3",
"@enonic-types/lib-value": "7.15.3",
"@enonic-types/lib-websocket": "7.15.3",
"@enonic/mock-xp": "2.0.1",
"@enonic/react-components": "5.0.1",
"@enonic/react4xp": "5.0.4",
"@enonic/tsup-plugin-manifest": "0.0.1",
"@eslint/compat": "2.1.0",
"@eslint/eslintrc": "3.3.6",
"@eslint/js": "9.39.5",
"@item-enonic-types/global": "7.15.0",
"@item-enonic-types/lib-cache": "2.2.1",
"@item-enonic-types/lib-http-client": "3.2.2",
"@item-enonic-types/lib-thymeleaf": "2.1.0",
"@item-enonic-types/lib-time": "1.6.1",
"@reduxjs/toolkit": "2.12.0",
"@statisticsnorway/ssb-component-library": "3.0.2",
"@types/grecaptcha": "3.0.9",
"@types/ramda": "0.32.0",
"@types/react": "18.3.24",
"@types/react-router-dom": "5.3.3",
"@types/validator": "13.15.10",
"@types/zipcelx": "1.5.2",
"autoprefixer": "10.5.4",
"axios": "1.18.1",
"babel-loader": "10.1.1",
"better-react-mathjax": "2.3.0",
"browser-sync": "3.0.4",
"cross-env": "10.1.0",
"cssnano": "8.0.2",
"esbuild-sass-plugin": "3.3.1",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "63.0.10",
"eslint-plugin-prettier": "5.5.6",
"eslint-plugin-react": "7.37.5",
"glob": "13.0.6",
"highcharts": "13.0.0",
"husky": "9.1.7",
"jest": "30.4.2",
"jquery": "4.0.0",
"jquery-bridget": "3.0.1",
"jsonstat-toolkit": "2.2.2",
"npm-run-all": "4.1.5",
"postcss": "8.5.23",
"postcss-loader": "8.2.1",
"prettier": "3.9.6",
"prop-types": "15.8.1",
"ramda": "0.32.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-feather": "2.0.10",
"react-helmet-async": "3.0.0",
"react-is": "19.2.8",
"react-number-format": "5.4.4",
"react-redux": "7.2.9",
"react-responsive": "10.0.1",
"react-router-dom": "5.3.4",
"react-table": "7.8.0",
"redux-injectors": "1.3.0",
"redux-saga": "1.5.1",
"regenerator-runtime": "0.14.1",
"sass": "1.101.0",
"ts-loader": "9.6.2",
"tsup": "8.5.1",
"typescript": "5.9.3",
"typescript-eslint": "8.46.0",
"validator": "13.15.35",
"webpack": "5.108.4",
"webpack-bundle-analyzer": "5.3.1",
"webpack-cli": "5.1.4",
"xlsx": "file:src/main/resources/lib/vendor/xlsx-0.20.3.tgz"
},
"browserslist": [
"last 2 version",
"> 2%"
],
"babel": {
"presets": [
"@babel/env",
"@babel/react",
"@babel/preset-typescript"
]
},
"dependencies": {
"@statisticsnorway/statreg-api-types": "0.0.1",
"bootstrap": "5.3.8",
"date-fns": "4.4.0",
"highcharts-react-official": "3.2.3",
"react-bootstrap": "2.10.10",
"react-select": "5.10.2",
"redux": "5.0.1",
"redux-logger": "3.0.6",
"schema-dts": "2.0.0",
"striptags": "3.2.0",
"xss": "1.0.15",
"zipcelx": "1.6.2"
}
}