-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 978 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
{
"name": "@camol/vite-plugin-react-svg",
"version": "0.0.5",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
"jsnext:module": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kanweiwei/vite-plugin-react-svg.git"
},
"keywords": [
"vite"
],
"author": "kanweiwei",
"license": "MIT",
"bugs": {
"url": "https://github.com/kanweiwei/vite-plugin-react-svg/issues"
},
"homepage": "https://github.com/kanweiwei/vite-plugin-react-svg#readme",
"dependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@svgr/babel-preset": "^6.1.0",
"@svgr/core": "^6.1.2",
"@svgr/plugin-jsx": "^6.1.2",
"@svgr/plugin-svgo": "^6.1.2"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"prettier": "^2.5.1",
"typescript": "^4.4.3"
}
}