forked from kodi24fever/fdaviz
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
72 lines (72 loc) · 2.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "react-portfolio",
"version": "0.1.0",
"private": true,
"homepage": "https://doublejosh.github.com/react-portfolio",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"animate.css": "^3.7.2",
"bootstrap": "^4.4.1",
"gh-pages": "^2.0.1",
"jquery": "^3.4.1",
"jquery.easing": "^1.4.1",
"node-sass": "^4.12.0",
"normalize.css": "^8.0.1",
"popper.js": "^1.16.1",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.8.6",
"react-images": "^1.1.0-beta.3",
"react-meta-tags": "^0.7.4",
"react-redux": "^7.1.3",
"react-scripts": "^3.3.0",
"react-typed": "^1.1.2",
"redux": "^4.0.5",
"typed.js": "^2.0.10",
"typesafe-actions": "^5.1.0",
"typescript": "^3.7.5"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"typings": "./types",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/jquery": "^3.3.31",
"@types/node": "^13.5.2",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-redux": "^7.1.7",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-react-hooks": "^2.3.0",
"prettier": "^1.19.1",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.2.1"
}
}