-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 963 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "react-boxicons",
"version": "0.0.29",
"description": "Virtual React BoxIcons",
"author": "Chris <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/cblanquera/react-boxicons",
"bugs": {
"url": "https://github.com/cblanquera/react-boxicons/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cblanquera/react-boxicons.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "mocha",
"build": "tsc"
},
"incept": [
"./src"
],
"dependencies": {
"virtual_modules": "^0.0.29",
"boxicons": "2.0.9"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/register": "^7.15.3",
"@types/node": "^16.9.4",
"chai": "^4.3.4",
"mocha": "^9.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}