mirror of
https://github.com/scratchfoundation/scratch-render-fonts.git
synced 2024-11-14 19:34:57 -05:00
183ea357de
## [1.0.125](https://github.com/scratchfoundation/scratch-render-fonts/compare/v1.0.124...v1.0.125) (2024-11-12) ### Bug Fixes * **deps:** lock file maintenance ([#194](https://github.com/scratchfoundation/scratch-render-fonts/issues/194)) ([5543bb6
](5543bb6b82
))
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "scratch-render-fonts",
|
|
"version": "1.0.125",
|
|
"description": "",
|
|
"main": "./src/index.js",
|
|
"author": "Massachusetts Institute of Technology",
|
|
"homepage": "https://github.com/scratchfoundation/scratch-render-fonts#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git@github.com/scratchfoundation/scratch-render-fonts.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run clean && webpack --progress --bail",
|
|
"clean": "rimraf ./dist",
|
|
"lint": "eslint .",
|
|
"test": "npm run build",
|
|
"watch": "webpack --progress --watch"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "cz-conventional-changelog"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"base64-loader": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "17.8.1",
|
|
"@commitlint/config-conventional": "17.8.1",
|
|
"babel-core": "6.26.3",
|
|
"babel-eslint": "10.1.0",
|
|
"babel-loader": "7.1.5",
|
|
"babel-preset-env": "1.7.0",
|
|
"eslint": "8.57.1",
|
|
"eslint-config-scratch": "9.0.9",
|
|
"husky": "8.0.3",
|
|
"json": "10.0.0",
|
|
"lodash.defaultsdeep": "4.6.1",
|
|
"rimraf": "2.7.1",
|
|
"scratch-semantic-release-config": "1.0.16",
|
|
"semantic-release": "19.0.5",
|
|
"webpack": "4.47.0",
|
|
"webpack-cli": "3.3.12"
|
|
}
|
|
}
|