-
Notifications
You must be signed in to change notification settings - Fork 138
/
Copy pathpackage.json
40 lines (40 loc) · 956 Bytes
/
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": "fonts.css",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"build": "ts-node src/build.ts && webpack --mode production",
"start:dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "https://github.com/zenozeng/fonts.css.git"
},
"keywords": [
"fonts"
],
"author": "Zeno Zeng",
"license": "MIT",
"bugs": {
"url": "https://github.com/zenozeng/fonts.css/issues"
},
"devDependencies": {
"@types/js-yaml": "^3.10.1",
"@types/node": "^9.4.7",
"css-loader": "^6.7.2",
"file-loader": "^1.1.11",
"font-detect": "^1.0.0",
"js-yaml": "^3.11.0",
"json-loader": "^0.5.7",
"raw-loader": "^0.5.1",
"style-loader": "^0.20.3",
"ts-loader": "^4.0.1",
"ts-node": "^5.0.1",
"typescript": "^2.7.2",
"vue": "^2.5.14",
"webpack": "^4.1.1",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^3.11.3",
"yaml-loader": "^0.5.0"
}
}