-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.49 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.49 KB
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": "myreactport",
"version": "0.1.0",
"private": true,
"homepage": "http://alexaergun.github.io/myreactportfolio",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"animate.css": "^3.7.2",
"animejs": "^3.1.0",
"core-js": "^2.6.11",
"lodash-es": "^4.17.15",
"node-sass": "^4.14.1",
"normalize.css": "^8.0.1",
"parallax-js": "^3.1.0",
"react": "^16.12.0",
"react-app-polyfill": "^1.0.5",
"react-device-detect": "^1.11.14",
"react-dom": "^16.12.0",
"react-ga": "^2.7.0",
"react-notifications-component": "^2.2.4",
"react-particles-js": "^2.7.0",
"react-pdf": "^5.2.0",
"react-scripts": "^3.2.0",
"react-scroll": "^1.7.15",
"react-scroll-parallax": "^2.2.0",
"react-spring": "^8.0.27",
"react-use-gesture": "^6.0.14",
"start": "^5.1.0",
"sweetalert2": "^9.5.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^3.1.0"
}
}