-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 975 Bytes
/
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
{
"name": "tice-kralt-portfolio",
"version": "1.0.0",
"description": "Tice Kralt Portfolio Page",
"main": "index.js",
"repository": "[email protected]:TravelingTice/tice-kralt-portfolio.git",
"author": "Matthijs Kralt <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"heroku-postbuild": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.9.10",
"bootstrap": "^4.4.1",
"dotenv": "^8.2.0",
"next": "^9.3.2",
"next-pwa": "^2.3.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-motion": "^0.5.2",
"react-render-html": "^0.6.0",
"react-scroll-parallax": "^2.3.2",
"reactstrap": "^8.4.1",
"sass": "^1.26.3",
"sort-by": "^1.2.0",
"styled-components": "^5.1.0"
}
}