-
-
Notifications
You must be signed in to change notification settings - Fork 150
/
package.json
43 lines (43 loc) · 1.22 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
{
"name": "liff-businesscard",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:taichunmin/liff-businesscard.git",
"author": "taichunmin <[email protected]>",
"license": "MIT",
"scripts": {
"build": "cross-env DEBUG=app:* node ./index.js",
"dev": "cross-env DEBUG=app:* node ./dev.js",
"lint": "eslint --ext .js,.pug --fix .",
"mkcert": "mkcert -key-file ./mkcert/key.pem -cert-file ./mkcert/cert.pem -ecdsa localhost"
},
"dependencies": {
"cross-env": "^7.0.3",
"dayjs": "^1.11.9",
"debug": "^4.3.4",
"dotenv": "^16.3.1",
"fast-glob": "^3.3.1",
"html-minifier": "^4.0.0",
"jstransformer-sass": "^1.0.0",
"ncp": "^2.0.0",
"node-forge": "^1.3.1",
"pug": "^3.0.2",
"uglify-js": "^3.17.4"
},
"devDependencies": {
"eslint": "^8.47.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-pug": "^1.2.5",
"finalhandler": "^1.2.0",
"livereload": "^0.9.3",
"node-watch": "^0.7.4",
"serve-static": "^1.15.0"
},
"resolutions": {
"**/jstransformer-scss": "^2.0.0"
}
}