-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.18 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
{
"private": true,
"name": "decomoji-conjugator",
"version": "2.5.0",
"description": "デコモジ活用作成支援ツール",
"author": "oti",
"license": "MIT",
"scripts": {
"build": "parcel build src/**/*.pug --no-optimize --no-source-maps --public-url ./",
"markuplint": "markuplint dist/*.html --ruleset ./markuplintrc",
"prepare": "husky install && node netlify-workaround.mjs",
"prettier": "prettier --write .",
"start": "parcel src/**/*.pug --open --no-cache",
"stylelint": "stylelint dist/*.css",
"test": "npm run stylelint && npm run markuplint",
"update:decomoji": "rm -rf node_modules/decomoji && npm i -d decomoji/decomoji"
},
"devDependencies": {
"@babel/preset-env": "^7.25.3",
"@parcel/transformer-pug": "^2.12.0",
"@prettier/plugin-pug": "^3.0.0",
"autoprefixer": "^10.4.20",
"decomoji": "github:decomoji/decomoji",
"husky": "^9.1.4",
"markuplint": "^4.9.2",
"parcel": "^2.12.0",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"pug": "^3.0.3",
"stylelint": "^16.8.1",
"stylelint-config-recommended": "^14.0.1",
"typescript": "^5.5.4"
},
"volta": {
"node": "20.11.1"
}
}