-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 KB
/
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
43
44
45
46
47
{
"name": "react-svg-icon",
"version": "1.0.0",
"description": "In React program Simplify the use of icons using svg-sprite-loader",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"serve": "webpack server --open --port 3333"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiansQAQ/react-svg-icon.git"
},
"keywords": [
"svg-split-loader",
"svg",
"split",
"loader"
],
"author": "tians",
"license": "MIT",
"bugs": {
"url": "https://github.com/tiansQAQ/react-svg-icon/issues"
},
"homepage": "https://github.com/tiansQAQ/react-svg-icon#readme",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.4",
"html-webpack-plugin": "^5.5.1",
"sass": "^1.62.1",
"sass-loader": "^13.3.0",
"style-loader": "^3.3.3",
"svg-sprite-loader": "^6.0.11",
"webpack": "^5.82.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
}
}