This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.58 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": "@core-ds/icons",
"version": "1.3.3",
"description": "",
"main": ".",
"sideEffects": false,
"scripts": {
"figma-pull": "ts-node --project ./bin/tsconfig.json ./bin/figma-pull.ts",
"svgr": "svgr --out-dir ./tmp --ext tsx ./icons",
"generate-entrypoints": "ts-node --project ./bin/tsconfig.json ./bin/generate-entrypoints.ts ./tmp/16 ./tmp/24",
"build": "tsc --outDir . --target es5 --jsx react --declaration ./tmp/**/*.ts ./tmp/**/*.tsx",
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push && git push --tags"
},
"files": [
"icons",
"16",
"24"
],
"figma": {
"fileKey": "09lHp7uC4KO5MWsaYX5OQQBw"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iFixit/core-icons.git"
},
"bugs": {
"url": "https://github.com/iFixit/core-icons/issues"
},
"homepage": "https://github.com/iFixit/core-icons#readme",
"devDependencies": {
"@svgr/cli": "^4.2.0",
"@types/cheerio": "^0.22.10",
"@types/dotenv": "^6.1.0",
"@types/fs-extra": "^5.0.4",
"@types/html-minifier": "^3.5.2",
"@types/lodash": "^4.14.119",
"@types/node": "^10.12.18",
"@types/ora": "^3.0.0",
"@types/react": "^16.8.14",
"@types/svgo": "^1.0.1",
"axios": "^1.6.0",
"change-case": "^3.1.0",
"cheerio": "^1.0.0-rc.2",
"dotenv": "^6.2.0",
"figma-js": "^1.5.1",
"fs-extra": "^7.0.1",
"html-minifier": "^3.5.21",
"lodash": "^4.17.11",
"ora": "^3.0.0",
"react": "^16.8.6",
"svgo": "^1.1.1",
"ts-node": "^7.0.1",
"typescript": "^3.2.2"
}
}