-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
34 lines (34 loc) · 937 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
{
"name": "react-devicons",
"license": "MIT",
"repository": "https://github.com/devicons/react-devicons",
"scripts": {
"build": "ts-node index.ts && babel tmp/dist --out-dir dist --copy-files",
"release": "ts-node publish.ts"
},
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/plugin-transform-parameters": "^7.18.8",
"@babel/preset-react": "^7.18.6",
"@octokit/core": "^4.0.4",
"@types/degit": "^2.8.3",
"@types/jsdom": "^16.2.15",
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"@types/svgo": "^2.6.3",
"axios": "^0.27.2",
"babel-preset-minify": "^0.5.2",
"degit": "^2.8.4",
"dotenv": "^16.0.1",
"jsdom": "^20.0.0",
"svg-to-jsx": "^1.0.4",
"svgo": "^2.8.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"dependencies": {
"react": "^18.2.0"
}
}