-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
45 lines (45 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
{
"name": "scratch-render-fonts",
"version": "1.0.151",
"description": "",
"main": "./src/index.js",
"author": "Massachusetts Institute of Technology",
"homepage": "https://github.com/scratchfoundation/scratch-render-fonts#readme",
"repository": {
"type": "git",
"url": "https://[email protected]/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": "3.0.0",
"semantic-release": "19.0.5",
"webpack": "4.47.0",
"webpack-cli": "3.3.12"
}
}