-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
94 lines (94 loc) · 3.29 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "@helsingborg-stad/municipio",
"version": "5.82.2",
"description": "The official wordpress theme of Helsingborg Stad",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "cross-env NODE_ENV=development webpack --watch",
"build:dev": "cross-env NODE_ENV=development webpack && mkdir -p ./assets/dist/data/",
"build": "cross-env NODE_ENV=production webpack && mkdir -p ./assets/dist/data/",
"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/*",
"webpack.config.js",
"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.17.2",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-export-default-from": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.16.11",
"@helsingborg-stad/styleguide": "^0.11.333",
"@material-symbols/font-200": "^0.27.0",
"@material-symbols/font-400": "^0.27.0",
"@material-symbols/font-600": "^0.27.0",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"body-parser": "^1.19.1",
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.3.0",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.6.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"dotenv": "^16.0.0",
"eslint-config-hbg": "^0.1.1",
"file-loader": "^6.2.0",
"jquery": "^3.6.0",
"material-symbols": "^0.27.0",
"mini-css-extract-plugin": "^2.5.3",
"object-fit-images": "^3.2.4",
"postcss-loader": "^6.2.1",
"postcss-object-fit-images": "^1.1.2",
"sass": "^1.49.7",
"sass-loader": "^12.4.0",
"string-replace-webpack-plugin": "^0.1.3",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-config-utils": "^2.3.1",
"webpack-dev-server": "^4.7.4",
"webpack-manifest-plugin": "^4.1.1",
"webpack-notifier": "^1.15.0",
"webpack-remove-empty-scripts": "^0.7.3"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.25.9",
"css-vars-ponyfill": "^2.4.7",
"instant.page": "^5.2.0",
"process": "^0.11.10"
},
"browser": {
"child_process": false
},
"babel": {
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-runtime"
]
}
}