-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.18 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
73
{
"homepage": "https://noemiegrau.github.io/noemiegrau-portfolio/",
"name": "portfolio",
"version": "1.0.0",
"description": "Noemie Grau Personal Portfolio",
"author": "Noemiegrau",
"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",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"emailjs-com": "^3.2.0",
"express": "^4.17.1",
"imagesloaded": "^4.1.4",
"isotope-layout": "^3.0.6",
"masonry-layout": "^4.2.2",
"nodemailer": "^6.7.0",
"pdfjs-dist": "^2.6.347",
"prism-react-renderer": "^1.1.1",
"prismjs": "^1.20.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-awesome-modal": "^2.0.5",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-isotope": "^1.0.7",
"react-masonry-layout": "^0.4.0",
"react-meta-tags": "^0.7.4",
"react-modal-image": "^2.5.0",
"react-pdf": "^5.4.1",
"react-responsive-modal": "^6.1.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-scroll": "^1.8.4",
"react-sticky-box": "^0.9.3",
"react-visibility-sensor": "^5.1.1"
},
"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",
"ie 10"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"ie 10"
]
},
"devDependencies": {
"gh-pages": "^3.2.3",
"node-sass": "^4.14.1",
"node-sass-install": "^1.0.2"
}
}