forked from jukbot/smart-industry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.72 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
{
"author": "KMUTT",
"dependencies": {
"express": "^4.16.3",
"frappe-gantt": "^0.2.0",
"imask": "^4.0.0",
"intl": "^1.2.5",
"javascript-lp-solver": "^0.4.5",
"lodash": "^4.17.11",
"momentjs": "^2.0.0",
"polymer-redux": "^1.0.5",
"prpl-server": "^1.2.0",
"ramda": "^0.25.0",
"redux": "^4.0.0",
"snapsvg": "^0.5.1"
},
"description": "Intelligent Manufacturing Execution System",
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-preset-minify": "^0.5.0-alpha.e9f96ffe",
"browser-sync": "^2.24.6",
"chai-http": "^4.2.0",
"cross-env": "^5.2.0",
"del": "^3.0.0",
"eslint": "^5.6.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-promise": "^4.0.1",
"firebase-tools": "^4.2.1",
"gulp": "^4.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"polymer-cli": "^1.8.0",
"polyserve": "^0.27.12",
"prpl-server": "^1.2.0",
"puppeteer": "^1.7.0",
"wct-browser-legacy": "^1.0.1"
},
"engines": {
"node": ">=8.0",
"npm": ">=5.0"
},
"license": "Apache-2.0",
"name": "imes",
"repository": {
"type": "git",
"url": "https://github.com/jukbot/smart-industry.git"
},
"scripts": {
"build": "polymer build",
"deploy": "firebase deploy",
"dev": "polymer serve",
"lint": "polymer lint",
"serve:dev": "polymer serve",
"serve:prod": "polymer build && firebase serve --only functions,hosting",
"start": "prpl-server --root ./build --config polymer.json --host 0.0.0.0 --port 8080",
"test": "polymer test"
},
"version": "1.0.0"
}