-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
56 lines (56 loc) · 1.61 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@hashicorp/flight-icons",
"version": "3.7.0",
"description": "Flight: HashiCorp SVG icon set",
"keywords": [
"hashicorp",
"icon",
"svg",
"flight"
],
"repository": {
"type": "git",
"url": "https://github.com/hashicorp/design-system.git",
"directory": "packages/flight-icons"
},
"license": "MPL-2.0",
"author": "HashiCorp Design Systems <design-systems@hashicorp.com>",
"scripts": {
"typecheck": "yarn tsc --noEmit",
"lint": "yarn eslint --quiet --ext .js,.ts,.tsx",
"sync": "ts-node --transpile-only ./scripts/sync",
"build": "ts-node --transpile-only ./scripts/build"
},
"devDependencies": {
"@figma-export/cli": "^4.7.0",
"@figma-export/core": "^4.7.0",
"@figma-export/output-components-as-svg": "^4.7.0",
"@figma-export/transform-svg-with-svgo": "^4.7.0",
"@figma-export/types": "^4.7.0",
"@svgr/core": "^5.5.0",
"@svgr/plugin-jsx": "^5.5.0",
"@types/archiver": "^5.3.4",
"@types/fs-extra": "^11.0.3",
"@types/lodash": "^4.14.200",
"@types/node": "^22.8.7",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@types/svgo": "~1.3.6",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"archiver": "^6.0.1",
"chalk": "^4.1.2",
"del": "^6.1.1",
"dotenv": "^10.0.0",
"eslint": "^8.57.0",
"figma-api": "^2.0.1-beta",
"fs-extra": "^11.1.1",
"lodash": "^4.17.21",
"mini-svg-data-uri": "^1.4.4",
"prettier": "^3.3.2",
"svgo": "~1.3.2",
"svgstore": "^3.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}