-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
49 lines (49 loc) · 1.22 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
48
49
{
"name": "avis",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aheui/avis.git"
},
"author": "JongChan Choi <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/aheui/avis/issues"
},
"homepage": "https://github.com/aheui/avis#readme",
"dependencies": {
"@types/classnames": "^2.3.1",
"@types/file-saver": "^2.0.3",
"@types/node": "^16.9.4",
"@types/qs": "^6.5.0",
"@types/react": "^17.0.22",
"@types/react-dom": "^17.0.9",
"axios": "^0.21.4",
"classnames": "^2.3.1",
"file-saver": "^2.0.5",
"font-awesome": "^4.7.0",
"github-api": "^3.0.0",
"naheui": "^0.4.2",
"qs": "^6.10.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"css-loader": "^0.28.7",
"file-loader": "^3.0.1",
"style-loader": "^0.16.1",
"ts-loader": "^5.3.3",
"typescript": "^4.4.3",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
},
"private": true
}