forked from meepobrother/nger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.05 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
{
"name": "nger",
"private": true,
"devDependencies": {
"@angular/compiler": "^7.2.13",
"@angular/compiler-cli": "^7.2.14",
"@angular/core": "^7.2.13",
"@angular/language-service": "^7.2.13",
"@angular/router": "^7.2.13",
"@types/autoprefixer": "^9.4.0",
"@types/chai": "^4.1.7",
"@types/express": "^4.16.1",
"@types/fs-extra": "^5.0.5",
"@types/gulp": "^4.0.6",
"@types/hapi": "^18.0.1",
"@types/imagemin": "^6.0.0",
"@types/koa": "^2.0.48",
"@types/koa-router": "^7.0.40",
"@types/koa-static": "^4.0.1",
"@types/less": "^3.0.0",
"@types/mocha": "^5.2.6",
"@types/node": "^11.13.6",
"@types/node-sass": "^4.11.0",
"@types/react": "^16.8.14",
"@types/shelljs": "^0.8.5",
"@types/stylus": "^0.48.31",
"@types/webpack": "^4.4.27",
"@types/webpack-dev-middleware": "^2.0.2",
"@types/yargs": "^13.0.0",
"autoprefixer": "^9.5.1",
"chai": "^4.2.0",
"chokidar": "^2.1.5",
"imagemin": "^6.1.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngquant": "^7.0.0",
"imagemin-svgo": "^7.0.0",
"less": "^3.9.0",
"mocha": "^6.1.4",
"node-sass": "^4.11.0",
"postcss": "^7.0.14",
"react": "^16.8.6",
"stylus": "^0.54.5",
"ts-node": "^8.1.0",
"tsconfig-paths": "^3.8.0",
"tsickle": "^0.34.3",
"tslib": "^1.9.3",
"typescript": "^3.4.4",
"webpack": "^4.30.0",
"webpack-dev-middleware": "^3.6.2",
"yargs": "^13.2.2"
},
"dependencies": {
"canonical-path": "^1.0.0",
"dependency-graph": "^0.8.0",
"fs-extra": "^7.0.1",
"gulp": "^4.0.1",
"mysql": "^2.17.1",
"pm2": "^3.5.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.4.0",
"shelljs": "^0.8.3",
"typeorm": "^0.2.16",
"webpack-merge": "^4.2.1"
},
"scripts": {
"test": "mocha -r ts-node/register -r tsconfig-paths/register ./**/__tests__/**/*.ts",
"ts": "ts-node -r tsconfig-paths/register",
"cli": "npm run ts packages/nger-cli/lib/bin.ts",
"docker": "docker-compose up -d",
"start": "npm run cli start koa"
}
}