-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"name": "blog.w0s.jp",
"private": true,
"workspaces": [
"backend",
"frontend"
],
"type": "module",
"scripts": {
"format": "prettier -w .",
"html-lint": "markuplint backend/.html/**/*.html",
"html-lint-ejs": "markuplint views/**/*.ejs",
"yaml-lint": "yamllint .github/workflows/*.yml"
},
"devDependencies": {
"@csstools/postcss-global-data": "^3.0.0",
"@markuplint/ejs-parser": "^4.6.5",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@w0s/eslint-config": "^8.0.0",
"@w0s/markuplint-config": "^3.9.0",
"@w0s/stylelint-config": "^4.7.0",
"@w0s/tsconfig": "^1.4.1",
"ajv-cli": "^5.0.0",
"cssnano": "^7.0.6",
"cssnano-preset-lite": "^4.0.3",
"eslint": "^9.12.0",
"json-schema-to-typescript": "^13.1.2",
"markuplint": "^4.9.2",
"nodemon": "^3.1.4",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.45",
"postcss-cli": "^11.0.0",
"postcss-custom-media": "^11.0.1",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.0",
"prettier": "^3.3.2",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"stylelint": "^16.6.1",
"typescript": "^5.4.5",
"yaml-lint": "^1.7.0"
}
}