-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.32 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.32 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
{
"name": "lindas-stack-libraries",
"version": "4.7.0",
"private": true,
"description": "LINDAS RDF Stack - Monorepo for all LINDAS RDF libraries",
"repository": {
"type": "git",
"url": "https://github.com/SwissFederalArchives/lindas-stack-libraries.git"
},
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo run build",
"build:yasgui": "npm run util:buildWebpackConfig && cross-env NODE_ENV=production webpack --config ./webpack/config.js",
"build:yasgui:distribute": "npm run build:yasgui && bash ./webpack/distributeBuildFiles.sh",
"util:buildWebpackConfig": "tsc --project tsconfig-webpack.json",
"dev:yasgui": "npm run util:buildWebpackConfig && cross-env NODE_ENV=development webpack serve --config ./webpack/config.js --hot --port 4000",
"test": "turbo run test",
"lint": "turbo run lint",
"clean": "turbo run clean",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo run build test && changeset publish"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@changesets/cli": "^2.27.0",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.0",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.0",
"sass": "^1.71.0",
"sass-loader": "^14.1.0",
"source-map-loader": "^5.0.0",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"turbo": "^2.3.0",
"typescript": "^5.3.0",
"webpack": "^5.90.2",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2",
"webpack-livereload-plugin": "^3.0.2"
},
"overrides": {
"braces": "^3.0.3",
"micromatch": "^4.0.8",
"cross-spawn": "^7.0.6",
"js-yaml": "^4.1.1",
"nanoid": "^3.3.8",
"serialize-javascript": "^6.0.2",
"axios": "^1.7.9",
"esbuild": "^0.25.0",
"@zazuko/rdf-parser-csvw-xlsx": "npm:@lindas/rdf-parser-csvw-xlsx@^1.0.1"
},
"engines": {
"node": ">=18"
},
"packageManager": "npm@10.0.0"
}