-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "gif-mess",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server -d",
"build": "webpack -d"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samirsilwal/gif-mess.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/samirsilwal/gif-mess/issues"
},
"homepage": "https://github.com/samirsilwal/gif-mess#readme",
"devDependencies": {
"@types/react": "^16.9.25",
"@types/react-dom": "^16.9.5",
"css-loader": "^3.4.2",
"html-webpack-plugin": "^4.0.1",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"@giphy/js-fetch-api": "^1.5.1",
"@giphy/react-components": "^0.6.0",
"axios": "^0.19.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}