-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.74 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
{
"name": "mpa_project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node_modules/.bin/ts-node -P tsconfig.json -r tsconfig-paths/register src/server.ts",
"build": "node_modules/.bin/webpack-cli --config ./src/views/webpack.config.ts -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/printjs/jade.stylus.nestjs.webpack.git"
},
"author": "wjt",
"license": "ISC",
"bugs": {
"url": "https://github.com/printjs/jade.stylus.nestjs.webpack/issues"
},
"homepage": "https://github.com/printjs/jade.stylus.nestjs.webpack#readme",
"dependencies": {
"@nestjs/common": "^5.0.1",
"@nestjs/core": "^5.0.1",
"@nestjs/typeorm": "^5.0.0",
"jquery": "^3.3.1",
"mysql": "^2.15.0",
"pug": "^2.0.3",
"stylus": "^0.54.5",
"swiper": "^4.3.3",
"typeorm": "^0.2.7"
},
"devDependencies": {
"@types/jquery": "^3.3.2",
"@types/node": "^10.3.3",
"@types/pug": "^2.0.4",
"@types/stylus": "^0.48.30",
"@types/swiper": "^4.2.0",
"@types/webpack": "^4.4.0",
"autoprefixer": "^8.6.2",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"mini-css-extract-plugin": "^0.4.0",
"postcss-loader": "^2.1.5",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.2.1",
"style-loader": "^0.21.0",
"stylus-loader": "^3.0.2",
"ts-loader": "^4.4.1",
"ts-node": "^6.1.1",
"tsconfig-paths": "^3.4.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^5.10.0",
"tslint-loader": "^3.6.0",
"typescript": "^2.9.2",
"url-loader": "^1.0.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.6"
}
}