-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.38 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.38 KB
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
46
47
48
49
50
51
52
53
54
55
{
"name": "@techstack/font-picker-react",
"version": "1.3.305",
"description": "Font selector component for Google Fonts",
"type": "module",
"module": "./dist/font-picker-react.esm.js",
"main": "./dist/index.js",
"exports": {
"import": "./dist/font-picker-react.esm.js",
"require": "./dist/font-picker-react.cjs.production.min.js",
"default": "./dist/font-picker-react.esm.js"
},
"typings": "dist/types/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "tcm lint",
"build": "tcm build",
"storybook": "storybook"
},
"dependencies": {
"@samuelmeuli/font-manager": "1.4.0"
},
"devDependencies": {
"@storybook/react": "8.1.5",
"@techstack/tcm-cli": "workspace:*",
"@types/node": "20.5.6",
"@types/react": "18.3.3",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.34.2",
"prettier": "3.3.0",
"react": "18.3.1",
"typescript": "5.4.5"
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"gitHead": "7bb2bc7bbce0432773369ca533adf6d1719e877a"
}