blessing-skin-plugins/package.json

29 lines
557 B
JSON
Raw Normal View History

2018-02-14 17:12:57 +08:00
{
2019-03-21 17:09:28 +08:00
"version": "0.0.0",
2019-04-01 15:15:11 +08:00
"engines": {
"node": ">=10.15.0"
},
"private": true,
"scripts": {
2020-04-06 10:34:48 +08:00
"dev": "gulp dev",
"build": "tsc -p ."
},
2019-04-01 15:15:11 +08:00
"devDependencies": {
2020-04-06 10:34:48 +08:00
"@gplane/tsconfig": "^1.1.0",
2020-04-05 16:58:58 +08:00
"@types/gulp": "^4.0.6",
"@types/highlightjs": "^9.12.0",
"@types/react": "^16.9.32",
"@types/react-dom": "^16.9.6",
2020-04-05 16:58:58 +08:00
"gulp": "^4.0.2",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
2020-04-05 17:22:10 +08:00
},
"prettier": {
"printWidth": 80,
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2
2019-04-01 15:15:11 +08:00
}
2018-02-14 17:12:57 +08:00
}