-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1021 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1021 Bytes
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
{
"name": "@willholsten/willholsten-com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"export": "next export",
"deploy": "npm run build && npm run export"
},
"keywords": [],
"author": "Will Holsten",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@material-ui/core": "^4.12.2",
"@zeit/next-sass": "^1.0.1",
"autoprefixer": "^9.8.6",
"express": "^4.17.1",
"isomorphic-unfetch": "^3.1.0",
"lodash": "^4.17.21",
"next": "^8.1.0",
"next-compose-plugins": "^2.2.1",
"node-sass": "^4.14.1",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-burger-menu": "^2.9.2",
"react-dom": "^16.14.0",
"react-scrollable-anchor": "^0.6.1"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"babel-plugin-inline-react-svg": "^1.1.2"
}
}