-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
84 lines (84 loc) · 2.51 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "tianyuBlog",
"version": "0.1.0",
"private": true,
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"antd": "^3.11.0",
"autoprefixer": "7.1.2",
"axios": "^0.16.2",
"babel-cli": "^6.26.0",
"babel-core": "6.25.0",
"babel-eslint": "7.2.3",
"babel-jest": "20.0.3",
"babel-loader": "7.1.1",
"babel-plugin-import": "^1.6.2",
"babel-preset-react-app": "^3.0.2",
"babel-runtime": "6.26.0",
"browser-cookies": "^1.2.0",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3",
"compression": "^1.7.3",
"css-loader": "^0.28.4",
"dotenv": "4.0.0",
"enquire-js": "^0.2.1",
"eslint": "4.4.1",
"eslint-config-react-app": "^2.0.0",
"eslint-loader": "1.9.0",
"eslint-plugin-flowtype": "2.35.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.1.0",
"express": "^4.16.4",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "0.11.2",
"fs-extra": "3.0.1",
"highlight.js": "^9.13.1",
"html-webpack-plugin": "2.29.0",
"jest": "20.0.4",
"less": "^3.9.0",
"markdown-navbar": "^1.0.7",
"marked": "^0.5.2",
"moment": "^2.22.2",
"next": "^7.0.2",
"nprogress": "^0.2.0",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.6",
"prismjs": "^1.15.0",
"promise": "8.0.1",
"prop-types": "^15.6.0",
"rc-tween-one": "^2.2.19",
"react": "^16.0.0-rc.2",
"react-dev-utils": "^4.0.1",
"react-dom": "^16.0.0-rc.2",
"react-html-parser": "^2.0.2",
"react-markdown": "^4.0.4",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"style-loader": "0.18.2",
"sw-precache-webpack-plugin": "0.11.4",
"url-loader": "0.5.9",
"utility": "^1.13.1",
"whatwg-fetch": "2.0.3",
"yt-simplemde-editor": "^1.0.1"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.2.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^5.2.0",
"redux-devtools-extension": "^2.13.7"
},
"scripts": {
"test": "node scripts/test.js --env=jsdom",
"dev": "cross-env NODE_ENV=development node server.js",
"build": "next build",
"start": "cross-env NODE_ENV=production node server.js",
"prod": "next build && pm2 start ecosystem.config.js --only prod-front --watch"
}
}