-
Notifications
You must be signed in to change notification settings - Fork 840
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.82 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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "octicons",
"private": true,
"type": "module",
"workspaces": [
"examples/*",
"lib/*",
"lib/octicons_node",
"lib/octicons_react",
"lib/octicons_styled",
"lib/octicons-react-symbols"
],
"publishConfig": {
"registry": "no registry, don't publish from this package.json."
},
"scripts": {
"build": "script/build.ts --input icons/**/*.svg --output lib/build/data.json --svg-output lib/build/svg",
"clean": "npm run clean --workspaces --if-present && rimraf lib/build",
"changeset:publish": "script/changeset-publish",
"changeset:version": "script/version",
"lint": "eslint --cache .",
"svgo": "svgo icons --config svgo.config.mts",
"test": "vitest",
"type-check": "tsc --noEmit",
"version": "script/version"
},
"devDependencies": {
"@changesets/changelog-github": "0.4.1",
"@changesets/cli": "^2.31.0",
"@github/prettier-config": "0.0.6",
"@types/node": "^26.1.2",
"@vitejs/plugin-react": "6.0.5",
"@vitest/browser": "4.1.10",
"@vitest/browser-playwright": "4.1.10",
"braces": "3.0.3",
"cheerio": "1.0.0-rc.3",
"eslint": "10.8.0",
"eslint-plugin-github": "6.1.1",
"execa": "4.0.0",
"globals": "17.8.0",
"globby": "11.0.0",
"js-yaml": "4.3.1",
"lodash.merge": "4.6.2",
"playwright": "1.62.0",
"prettier": "3.4.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"rimraf": "^6.1.3",
"svgo": "3.3.4",
"svgson": "5.2.1",
"trim-newlines": "3.0.1",
"turbo": "^2.10.7",
"typescript": "^6.0.3",
"vitest": "4.1.10",
"yargs": "15.4.1"
},
"packageManager": "npm@11.16.0",
"allowScripts": {
"core-js@2.6.12": true,
"core-js-pure@3.49.0": true,
"sharp@0.34.5": true,
"styled-components@4.4.1": true,
"esbuild@0.28.1": true,
"fsevents@2.3.3": true
}
}