forked from helsingborg-stad/styleguide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.6 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.6 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
{
"name": "@helsingborg-stad/styleguide",
"appname": "styleguide",
"version": "0.11.1391",
"description": "",
"scripts": {
"test": "jest --coverage --maxWorkers=$(node -e \"console.log(Math.max(1, Math.floor(require('os').cpus().length / 2)))\")",
"test:watch": "jest --watchAll",
"dev": "vite",
"build": "vite build",
"build:dev": "vite build --mode development",
"watch": "vite build --watch --mode development",
"lint": "stylelint \"./source/sass/**/*.scss\" --output-file stylelint.log && eslint -c .eslintrc.js source/js",
"lint-autofix": "stylelint \"./source/sass\" --fix && eslint -c .eslintrc.js source/js --fix",
"phpcs-report": "php phpcs.phar source/library --standard=psr2",
"phpcs-fix": "php phpcbf.phar source/library --standard=psr2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/helsingborg-stad/styleguide.git"
},
"files": [
"source/js/*",
"source/sass/*",
"build/*",
"assets/*",
"vite.config.mjs",
"postcss.config.js",
"LICENSE",
".stylelintrc",
".stylelintignore"
],
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/helsingborg-stad/styleguide/issues"
},
"homepage": "https://github.com/helsingborg-stad/styleguide#readme",
"devDependencies": {
"@jest/globals": "^29.3.1",
"@testing-library/dom": "^9.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.14",
"@types/leaflet": "^1.9.3",
"body-parser": "^1.19.1",
"clientside-require": "^4.7.2",
"consola": "^2.15.3",
"cors": "^2.8.5",
"cssnano": "^5.0.17",
"express": "^4.17.1",
"glob": "^7.2.0",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"postcss": "^8.5.1",
"postcss-object-fit-images": "^1.1.2",
"prettier": "^2.5.1",
"rollup-plugin-copy": "^3.5.0",
"sass": "^1.90.0",
"stylelint": "^14.4.0",
"ts-jest": "^29.4.1",
"typescript": "^5.9.2",
"vite": "^7.1.2",
"vite-plugin-simple-manifest": "^1.0.2"
},
"dependencies": {
"@splidejs/splide": "^4.1.4",
"leaflet": "^1.9.3",
"material-symbols": "^0.34.1",
"vite-config-factory": "^1.0.0"
},
"browser": {
"child_process": false
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}