-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 980 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
35
36
{
"name": "bronycon-next",
"version": "1.0.0",
"private": true,
"author": "Emily Bennet <[email protected]>",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"next": "NODE_ENV=production next",
"next:dev": "next",
"next:build": "next build",
"next:start": "next start",
"next:export": "next export"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.16",
"@zeit/next-mdx": "^1.2.0",
"axios": "^0.18.1",
"babel-plugin-inline-react-svg": "^1.1.1",
"babel-plugin-styled-components": "^1.11.1",
"express": "^4.17.1",
"mapbox-gl": "^0.54.1",
"marked": "^0.7.0",
"moment": "^2.27.0",
"next": "^9.5.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"remark-emoji": "^2.1.0",
"remark-images": "^0.18.0",
"slugify": "^1.4.5",
"styled-components": "^4.4.1",
"vignere-babbage-cipher": "^1.1.2"
},
"devDependencies": {}
}