-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
87 lines (87 loc) · 2.08 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "rapin",
"version": "0.1.64",
"description": "Framework for API",
"repository": {
"type": "git",
"url": "https://github.com/rapinjs/rapin.git"
},
"bin": {
"rapin": "./cli.js"
},
"main": "lib/index.js",
"typings": "types/index.d.ts",
"watch": {
"tslint": "{src}/**/*.ts"
},
"files": [
"lib",
"types",
"src",
"tsconfig.json",
"rapin.config.js"
],
"scripts": {
"tslint": "tslint {src}/**/*.ts --fix",
"dev": "rimraf lib && tsc -w -p .",
"build": "rimraf lib && tsc -p .",
"yalc-watch": "nodemon -e vue,js,scss,json -x yalc push"
},
"directions": {
"helper": "lib/helper"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/koa-cookie": "^1.0.0",
"@types/koa-mount": "^4.0.1",
"@types/koa-router": "^7.4.4",
"@types/koa-session": "^5.10.4",
"@types/koa-static": "^4.0.2",
"axios": "^0.25.0",
"colors": "^1.4.0",
"dotenv": "^15.0.0",
"glob": "^7.2.0",
"inline-css": "^3.0.0",
"jimp": "^0.16.1",
"koa": "^2.13.4",
"koa-body": "^4.2.0",
"koa-cookie": "^1.0.0",
"koa-mount": "^4.0.0",
"koa-router": "^10.1.1",
"koa-session": "^6.2.0",
"koa-static": "^5.0.0",
"liquidjs": "^9.34.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mustache": "^4.2.0",
"mysql": "^2.18.1",
"nodemailer": "^6.7.2",
"postcss": "^8.4.6",
"postcss-font-magician": "^3.0.0",
"postcss-import": "^14.0.2",
"postcss-import-sync": "^7.1.4",
"postcss-nested": "^5.0.6",
"postcss-scss": "^4.0.3",
"precss": "^4.0.0",
"pug": "^3.0.2",
"sass": "^1.49.4",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.12.0",
"twig": "^1.15.4",
"typescript": "^4.5.5"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/glob": "^7.2.0",
"@types/inline-css": "3.0.1",
"@types/koa": "^2.13.4",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.14",
"@types/nodemailer": "^6.4.4",
"nodemon": "^2.0.15",
"rimraf": "^3.0.2",
"tslint": "^6.1.3",
"yalc": "^1.0.0-pre.53"
}
}