forked from dathost/remixicon-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1005 Bytes
/
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
{
"name": "eventsquare-remixicon-react",
"private": false,
"version": "1.0.1",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:EventSquare/remixicon-react.git"
},
"author": "Willem Staels <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/EventSquare/remixicon-react/issues"
},
"homepage": "https://github.com/EventSquare/remixicon-react",
"scripts": {
"clean-react": "rm -rf publish-react/*.js publish-react/*.d.ts publish-react/**/*.js publish-react/**/*.d.ts",
"clean": "npm clean-react",
"build-react": "npm run clean-react && node scripts/generate-react.js && cp README.md publish-react/README.md && cp CHANGELOG.md publish-react/CHANGELOG.md && cp LICENSE publish-react/LICENSE"
},
"dependencies": {
"remixicon": "3.5.0"
},
"devDependencies": {
"@swc/core": "^1.3.56",
"@types/node": "^18.16.3",
"@types/react": "^18.2.4",
"react": "^18.2.0",
"semver": "^7.3.5"
}
}