39 lines
825 B
JSON
39 lines
825 B
JSON
{
|
|
"name": "nicenote",
|
|
"version": "0.0.1",
|
|
"description": "nicenote,nicecode,学习,总结",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "dumi build",
|
|
"deploy": "gh-pages -d docs-dist",
|
|
"dev": "dumi dev",
|
|
"prepare": "husky install && dumi setup",
|
|
"start": "npm run dev"
|
|
},
|
|
"commitlint": {
|
|
"extends": [
|
|
"@commitlint/config-conventional"
|
|
]
|
|
},
|
|
"lint-staged": {
|
|
"*.{md,json}": [
|
|
"prettier --write --no-error-on-unmatched-pattern"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"three": "^0.158.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.1.2",
|
|
"@commitlint/config-conventional": "^17.1.0",
|
|
"dumi": "^2.2.13",
|
|
"gh-pages": "^6.1.1",
|
|
"husky": "^8.0.1",
|
|
"lint-staged": "^13.0.3",
|
|
"prettier": "^2.7.1"
|
|
},
|
|
"authors": [
|
|
"71032866@qq.com"
|
|
]
|
|
}
|