-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.81 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "next-ping-blog",
"version": "1.0.0",
"description": "ping's blog",
"main": "index.js",
"scripts": {
"dev": "nodemon server.js",
"build": "next build",
"start": " NODE_ENV=production node server.js",
"nextdev": "next"
},
"author": "lee ping",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-brands-svg-icons": "^5.5.0",
"@fortawesome/free-regular-svg-icons": "^5.5.0",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@fortawesome/react-fontawesome": "^0.1.3",
"@material-ui/core": "^3.6.0",
"@storybook/react": "^4.0.8",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"antd": "^3.10.9",
"axios": "^0.18.0",
"babel-plugin-import": "^1.11.0",
"body-parser": "^1.18.3",
"classnames": "^2.2.6",
"cookie-parser": "^1.4.3",
"dayjs": "^1.7.7",
"draft-js": "^0.10.5",
"express": "^4.16.4",
"gitalk": "^1.4.1",
"highlight.js": "^9.13.1",
"isomorphic-unfetch": "^3.0.0",
"jss": "^9.8.7",
"less": "^3.9.0",
"less-vars-to-js": "^1.3.0",
"lodash": "^4.17.11",
"lozad": "^1.7.0",
"marked": "^0.5.2",
"moment": "^2.22.2",
"mongodb": "^3.1.10",
"morgan": "^1.9.1",
"next": "^7.0.2",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-color": "^2.14.1",
"react-dom": "^16.6.3",
"react-ga": "^2.5.6",
"react-html-parser": "^2.0.2",
"react-jss": "^8.6.1",
"react-mde": "^6.0.0-alpha.1",
"remarkable": "^1.7.1",
"rotating-file-stream": "^1.3.9",
"showdown": "^1.9.0",
"smooth-scroll": "^15.0.0",
"url-loader": "^1.1.2"
},
"devDependencies": {
"babel-plugin-transform-define": "^1.3.0",
"node-sass": "^4.10.0",
"nodemon": "^1.18.6"
}
}