-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.52 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
85
{
"name": "tomato-site",
"version": "1.0.0",
"description": "site for tomatobang",
"scripts": {
"build": "cross-env easywebpack build prod",
"build:test": "cross-env easywebpack build test",
"build:prod": "cross-env easywebpack build prod",
"debug": "egg-bin debug",
"dev": "cross-env WORKERS=1 node index.js",
"start": "cross-env EGG_SERVER_ENV=prod NODE_ENV=production node index.js",
"kill-port": "kill -9 $(lsof -i:8888 |grep 'node'|aw '{print $2}') ",
"lint": "eslint .",
"fix": "eslint --fix .",
"ii": "npm install --registry https://registry.npm.taobao.org"
},
"dependencies": {
"cross-env": "^5.0.0",
"egg": "^2.1.0",
"egg-cors": "^2.0.0",
"egg-logger": "^1.5.0",
"egg-validate": "^1.0.0",
"egg-view-react-ssr": "^2.1.0",
"extend": "~3.0.0",
"history": "^4.7.2",
"lodash": "^4.17.4",
"mockjs": "^1.0.1-beta3",
"moment": "^2.17.1",
"rc-queue-anim": "^1.4.1",
"rc-scroll-anim": "^2.4.1",
"rc-tween-one": "^1.7.3",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-github-button": "^0.1.11",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"redux": "^3.7.2"
},
"devDependencies": {
"antd": "^3.0.3",
"autod-egg": "^1.0.0",
"autoprefixer": "^7.1.4",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-import": "^1.4.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"easywebpack-cli": "^3.8.0",
"easywebpack-react": "^4.0.0",
"egg-bin": "^4.5.0",
"egg-webpack": "^4.0.1",
"egg-webpack-react": "^2.0.2",
"eslint-config-egg": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"imagemin-webpack-plugin": "^1.5.2",
"ip": "^1.1.5",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"node-sass": "^4.6.0",
"postcss-loader": "^2.0.8",
"sass-loader": "^6.0.6",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
},
"engines": {
"node": ">=6.0.0"
},
"ci": {
"version": "6, 8, 9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pengkobe/tomato-site.git"
},
"author": "pengkobe",
"license": "MIT",
"homepage": "https://github.com/pengkobe/tomato-site"
}