-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.36 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.36 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
{
"name": "@osn/icons",
"keywords": [
"react",
"components",
"ui"
],
"version": "1.235.4",
"publishConfig": {
"access": "public"
},
"type": "module",
"author": "OpenSquare <https://www.opensquare.network/>",
"sideEffects": false,
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"files": [
"**/*.js",
"**/*.ts",
"src/**/*.svg",
"src/**/*.png",
"!/svg",
"!/jsx"
],
"scripts": {
"playground": "vite playground",
"build": "node scripts/transform-svg-currentColor.mjs && node build.mjs",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
}
},
"devDependencies": {
"@2nthony/prettier-config": "^1.0.2",
"@svgr/cli": "^8.0.1",
"@svgr/core": "^8.0.0",
"@svgr/plugin-jsx": "^8.0.1",
"@svgr/plugin-prettier": "^8.0.1",
"@svgr/plugin-svgo": "^8.0.1",
"@types/react": "^18.2.12",
"@vitejs/plugin-react": "^4.2.1",
"fast-glob": "^3.3.2",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redaxios": "^0.5.1",
"tsup": "^6.7.0",
"typescript": "^5.1.3",
"vite": "^5.0.12"
},
"packageManager": "yarn@3.6.0"
}