-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 943 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
43
{
"name": "aws-iconic",
"version": "1.0.9",
"description": "AWS icons library based on AWS official icons assets. React and Vue support",
"keywords": [
"aws",
"icons",
"svg",
"typescript",
"tsx",
"jsx",
"react",
"vue"
],
"files": [
"src"
],
"license": "MIT",
"author": "unimu-cic",
"main": "index.js",
"scripts": {
"build": "yarn build-react && yarn build-vue",
"build-react": "node ./scripts/build.js react",
"build-vue": "node ./scripts/build.js vue"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-react-jsx": "^7.12.12",
"@svgr/core": "^5.5.0",
"@vue/compiler-dom": "^3.3.4",
"axios": "^1.5.0",
"camelcase": "^6.0.0",
"cheerio": "^1.0.0-rc.12",
"mkdirp": "^3.0.1",
"prettier": "^3.0.3",
"rimraf": "^3.0.2",
"svgo": "^3.0.2"
},
"volta": {
"node": "16.20.2",
"yarn": "1.22.21"
}
}