-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.56 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
50
51
52
53
54
55
56
57
58
59
{
"name": "genius-clone",
"private": true,
"dependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-regular-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"awesome-debounce-promise": "^2.1.0",
"babel-loader": "^8.0.6",
"react": "^16.12.0",
"react-async-hook": "^3.6.1",
"react-dom": "^16.12.0",
"react-html-parser": "^2.0.2",
"react-loader-spinner": "^3.1.5",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"use-constant": "^1.0.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"description": "",
"version": "1.0.0",
"main": "webpack.config.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch --mode=development",
"postinstall": "webpack"
},
"engines": {
"node": "13.1.0",
"npm": "6.13.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/srajiang/snillingur.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/srajiang/snillingur/issues"
},
"homepage": "https://github.com/srajiang/snillingur#readme",
"devDependencies": {
"lodash": "^4.17.19"
}
}