-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.53 KB
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
{
"name": "smart-logistic",
"description": "Smart Logistic",
"version": "1.0.0",
"scripts": {
"clean": "rm -rf ./build",
"build": "./tools/build.sh",
"deploy": "./tools/deploy.sh",
"watch": "_ENV=local ./tools/watch.sh",
"stop_node": "ps -eo pid,args | awk '$2~/node/ { print $1 }' | xargs kill -9; ps aux | grep node",
"start": "cd ./build && _ENV=local node ./server/server.js",
"shell": "# _ENV=local shell=search npm run shell -- ping",
"shell": "cd ./build && node ./server/shell/${shell}_shell.js",
"test": "_ENV=local mocha --compilers js:babel-register ./test/test.js"
},
"dependencies": {
"cookie-parser": "1.4.3",
"sanitize-html": "1.13.0",
"uslug": "1.0.4",
"nodemailer": "2.6.0",
"sitemap": "1.8.1",
"elasticsearch": "11.0.1",
"sha1": "1.1.1",
"bcrypt-nodejs": "0.0.3",
"node-uuid": "1.4.7",
"aws-sdk": "2.4.13",
"cheerio": "0.20.0",
"dateformat": "1.0.12",
"classnames": "2.2.5",
"lodash": "4.14.2",
"accounting": "0.4.1",
"react": "0.14.3",
"react-dom": "0.14.3",
"react-router": "0.13.5",
"react-dropzone": "3.5.3",
"cookies": "0.6.1",
"express": "4.14.0",
"body-parser": "1.15.2",
"path": "0.12.7",
"when": "3.7.7",
"fs": "0.0.2",
"yargs": "4.8.1",
"mysql": "2.11.1"
},
"devDependencies": {
"mocha": "3.2.0",
"chai": "3.5.0",
"chai-http": "3.0.0",
"babelify": "7.3.0",
"babel-preset-es2015": "6.13.2",
"babel-preset-react": "6.11.1",
"envify": "3.4.1"
}
}