forked from scratchfoundation/scratch-render-fonts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "scratch-render-fonts",
"version": "1.0.0",
"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": {
"babel-core": "6.26.3",
"babel-eslint": "^8.1.2",
"babel-loader": "7.1.5",
"babel-preset-env": "1.7.0",
"eslint": "^4.14.0",
"eslint-config-scratch": "^5.0.0",
"json": "^10.0.0",
"lodash.defaultsdeep": "4.6.1",
"rimraf": "^2.6.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}