forked from PenguinMod/penguinmod-render-fonts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "scratch-render-fonts",
"version": "1.0.0",
"description": "",
"main": "./src/index.js",
"author": "Massachusetts Institute of Technology",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/LLK/scratch-render-fonts.git"
},
"scripts": {
"build": "npm run clean && webpack --progress --colors --bail",
"clean": "rimraf ./dist",
"test": "npm run build",
"watch": "webpack --progress --colors --watch"
},
"homepage": "https://github.com/LLK/scratch-render-fonts#readme",
"dependencies": {
"base64-loader": "1.0.0"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-eslint": "^8.1.2",
"babel-loader": "7.1.4",
"babel-preset-env": "1.6.1",
"eslint": "^4.14.0",
"eslint-config-import": "^0.13.0",
"eslint-config-scratch": "^5.0.0",
"eslint-plugin-import": "^2.8.0",
"json": "^9.0.6",
"lodash.defaultsdeep": "4.6.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}