forked from helsingborg-stad/Municipio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.86 KB
/
Copy pathpackage.json
File metadata and controls
101 lines (101 loc) · 3.86 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
{
"name": "@helsingborg-stad/municipio",
"version": "4.1.38",
"description": "The official wordpress theme of Helsingborg Stad",
"scripts": {
"test": "jest --coverage --maxWorkers=$(node -e \"console.log(Math.max(1, Math.floor(require('os').cpus().length / 2)))\")",
"test:watch": "jest --watch",
"dev": "vite",
"build": "npm run build:municipio && (npm run build:modularity)",
"build:municipio": "vite build && mkdir -p ./assets/dist/data/ && npm run build:blocks",
"watch:municipio": "vite build --watch --mode development",
"build:blocks": "vite --config vite.blocks.config.mjs build",
"watch:blocks": "vite --config vite.blocks.config.mjs build --watch",
"build:modularity": "cd Modularity && npm install && npm run build",
"build:dev": "vite build --mode development && mkdir -p ./assets/dist/data/",
"watch": "(vite build --watch --mode development &) && (cd Modularity && npm run watch &) && wait",
"i18n:update": "wp i18n make-pot . languages/municipio.pot --domain=municipio --location=false && wp i18n update-po languages/municipio.pot languages/sv_SE.po",
"i18n:build": "wp i18n make-mo languages/sv_SE.po"
},
"repository": {
"type": "git",
"url": "git+https://github.com/helsingborg-stad/Municipio.git"
},
"files": [
"assets/3.0/js/*",
"source/3.0/sass/*",
"assets/*",
"vite.config.mjs",
"LICENSE"
],
"keywords": [],
"author": "HBG Works, Helsingborg Stad",
"license": "MIT",
"bugs": {
"url": "https://github.com/helsingborg-stad/Municipio/issues"
},
"browserslist": [
"> 1%",
"not dead"
],
"homepage": "https://github.com/helsingborg-stad/Municipio#readme",
"devDependencies": {
"@babel/core": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.27.1",
"@biomejs/biome": "2.3.5",
"@jest/globals": "^29.7.0",
"@material-symbols/font-200": "^0.34.1",
"@material-symbols/font-400": "^0.34.1",
"@material-symbols/font-600": "^0.34.1",
"@types/jest": "^29.5.14",
"@types/wordpress__block-editor": "^14.21.2",
"@types/wordpress__blocks": "^12.5.18",
"@types/wordpress__components": "^23.0.12",
"@types/wordpress__core-data": "^2.4.5",
"@wordpress/api-fetch": "^7.35.0",
"@wordpress/block-editor": "^15.9.0",
"@wordpress/blocks": "^15.8.0",
"@wordpress/core-data": "^7.35.0",
"@wordpress/data": "^10.35.0",
"@wordpress/i18n": "^6.8.0",
"@wordpress/icons": "^11.2.0",
"@wordpress/server-side-render": "^6.12.0",
"autoprefixer": "^10.4.20",
"babel-jest": "^30.0.5",
"body-parser": "^1.19.1",
"dotenv": "^16.0.0",
"eslint-config-hbg": "^0.1.1",
"instant.page": "^5.2.0",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"jquery": "^3.6.0",
"leaflet": "^1.9.4",
"lit-html": "^3.3.2",
"material-symbols": "^0.34.1",
"mousetrap-global-bind": "^1.1.0",
"object-fit-images": "^3.2.4",
"postcss": "^8.5.1",
"postcss-object-fit-images": "^1.1.2",
"react-textarea-autosize": "^8.5.9",
"rollup-plugin-copy": "^3.5.0",
"sass": "^1.90.0",
"ts-jest": "^29.2.6",
"typescript": "^5.9.2",
"vite": "^7.1.2",
"vite-config-factory": "^1.0.1",
"vite-plugin-babel": "^1.3.2",
"vite-plugin-simple-manifest": "^1.0.2",
"wp-types": "^4.68.3"
},
"browser": {
"child_process": false
},
"dependencies": {
"@types/markdown-it": "^14.1.2",
"core-js": "^3.45.0",
"markdown-it": "^14.1.1",
"react": "^18.3.1"
}
}