-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 921 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 921 Bytes
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": "Type-X",
"version": "1.0.2",
"description": "Type-X browser extension",
"repository": "git@github.com:arrowtype/type-x.git",
"author": "Roel Nieskens <roel@pixelambacht.nl>",
"license": "MIT",
"private": true,
"scripts": {
"build": "npx webpack --mode production --output-path ./dist"
},
"dependencies": {
"buffer": "^6.0.3",
"fontkit": "lineto/fontkit#fix/named-variations",
"iconv-lite": "^0.7.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"util": "^0.12.5"
},
"devDependencies": {
"@types/chrome": "^0.1.6",
"@types/fontkit": "^2.0.8",
"@types/wicg-file-system-access": "^2023.10.6",
"copy-webpack-plugin": "^13.0.1",
"ts-loader": "^9.5.4",
"typescript": "^5.9.2",
"webpack": "^5.82.0",
"webpack-cli": "^6.0.1"
},
"prettier": {
"tabWidth": 4,
"useTabs": true,
"arrowParens": "avoid",
"trailingComma": "none"
}
}