-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 828 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 828 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
{
"name": "tfe-website",
"version": "1.0.0",
"description": "Website for TFE",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"bootstrap": "^4.3.1",
"highlight.js": "^9.15.8",
"lodash": "^4.17.13",
"mailchimp-api-v3": "^1.13.0",
"marked": "^0.6.2",
"next": "^8.1.0",
"next-fonts": "^0.17.0",
"next-images": "^1.1.2",
"next-seo": "^1.12.0",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-highlight": "^0.12.0"
}
}