-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 951 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
37
{
"name": "flamingo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 80",
"export": "next export",
"deploy": "NODE_ENV=production next start -p 1919"
},
"dependencies": {
"@emotion/core": "^10.0.22",
"@emotion/react": "^11.13.3",
"axios": "^0.21.1",
"d3": "^5.12.0",
"disqus-react": "^1.0.8",
"he": "^1.2.0",
"js-cookie": "^2.2.1",
"moment": "^2.24.0",
"next": "^10.2.3",
"next-images": "^1.2.0",
"next-plugin-transpile-modules": "^2.0.0",
"react": "17.0.0",
"react-dom": "17.0.0",
"react-infinite-scroller": "^1.2.4",
"react-markdown": "^6.0.1",
"react-masonry-component": "^6.2.1",
"react-media": "^1.10.0",
"react-native-chartbeat-cs": "^5.2.0",
"react-scripts": "^4.0.0",
"react-swipeable-views": "^0.13.9"
},
"devDependencies": {
"prettier": "1.18.2"
}
}