-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.86 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
{
"author": {
"name": "MerMer Ltd."
},
"bin": {
"mermer": "bin/main.js"
},
"bugs": {
"url": "https://github.com/MerMerLtd/MerMer-framework/issues"
},
"bundleDependencies": false,
"dependencies": {
"command-line-args": "^5.0.2",
"dvalue": "^1.0.20",
"ecrequest": "^1.1.3",
"i18n": "^0.8.3",
"koa": "^2.7.0",
"koa-body": "^4.0.8",
"koa-router": "^7.4.0",
"koa-session": "^5.10.1",
"koa-static": "^5.0.0",
"level": "^4.0.0",
"live-server": "^1.2.1",
"mongodb": "^3.1.13",
"ncp": "^2.0.0",
"node-sass": "^4.13.0",
"pem": "^1.14.2",
"spdy": "^4.0.0",
"toml": "^3.0.0",
"ws": "^6.2.0"
},
"deprecated": false,
"description": "MerMer Framework for Front End and Back End",
"devDependencies": {
"@babel/core": "^7.3.3",
"babel-loader": "^8.0.5",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"css-loader": "^2.1.0",
"koa-webpack": "^5.2.1",
"npm-run-all": "^4.1.5",
"style-loader": "^0.23.1",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.0"
},
"homepage": "https://github.com/MerMerLtd/MerMer-framework#readme",
"keywords": [
"frontend",
"backend",
"framework"
],
"license": "MIT",
"main": "bin/main.js",
"name": "Monitor",
"repository": {
"type": "git",
"url": "git+https://github.com/MerMerLtd/MerMer-framework.git"
},
"scripts": {
"dev": "webpack-dev-server --mode development --open 'google chrome'",
"start": "bin/main.js",
"devserver": "live-server",
"watch:sass": "node-sass ./build/frontend/assets/scss/main.scss ./build/frontend/assets/css/style.css -w",
"compile:sass": "node-sass ./build/frontend/assets/scss/main.scss ./build/frontend/assets/css/style.comp.css",
"start:dev": "npm-run-all --parallel devserver watch:sass"
},
"version": "0.1.11"
}