-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.99 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.99 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "resume-site",
"version": "2.0.0",
"description": "ReactJS website for Kassandra Keeton the Prosperous Heart, which highlights her experience, skills, and projects. Provides contact information on how to work with her.",
"author": "Kassandra Keeton, the Prosperous Heart",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/ProsperousHeart/ProsperousHeart.github.io.git"
},
"bugs": {
"url": "https://github.com/ProsperousHeart/ProsperousHeart.github.io/issues"
},
"keywords": [
"resume",
"Software Engineering",
"Digital Marketing"
],
"homepage": "https://resume.properousheart.com",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"start:dev": "nodemon index.js",
"predeploy": "react-scripts build",
"deploy": "gh-pages -d build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"@types/jquery": "^3.5.16",
"babel-plugin-named-exports-order": "^0.0.2",
"nodemon": "^2.0.20",
"prop-types": "^15.8.1",
"webpack": "^5.75.0"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@smakss/react-scroll-direction": "^1.0.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"gh-pages": "^5.0.0",
"jquery": "^3.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"react-scripts": "5.0.1",
"react-scroll-up-button": "^1.6.4",
"react-slick": "^0.29.0",
"react-waypoint": "^10.3.0",
"slick-carousel": "^1.8.1",
"web-vitals": "^2.1.4"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}