-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "react-portfolio",
"version": "0.1.0",
"description": "Alina Lodahl's Web Development Portfolio",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alodahl/react-portfolio.git"
},
"author": "Alina Lodahl",
"license": "ISC",
"bugs": {
"url": "https://github.com/alodahl/portfolio/issues"
},
"homepage": "https://github.com/alodahl/portfolio#readme",
"dependencies": {
"@sendgrid/mail": "^6.2.1",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.9",
"express": "~4.15.5",
"jade": "~1.11.0",
"jstransformer": "^1.0.0",
"mongoose": "^5.0.14",
"morgan": "~1.9.0",
"pug": "^2.0.3",
"jquery": "^3.3.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"react-slick": "^0.23.2",
"slick-carousel": "^1.8.1"
}
}