-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.87 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
{
"name": "saynameday",
"version": "1.0.0",
"description": "International Name Day check app",
"main": "./src/prod/app/live.js",
"scripts": {
"build:dev": "tsc -p ./tsconfig.dev.json",
"build:test": "tsc -p ./tsconfig.test.json && tsc -p ./tsconfig.dev.assets.json && gulp && browserify ./public/scripts/app.js -o ./public/scripts/saynameday.js",
"start:test": "nodemon ./src/test/app/live.js",
"build:prod": "tsc ./gulpfile.ts --outDir . --esModuleInterop true && gulp",
"start:prod": "nodemon ./src/prod/live.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wet-interface/saynameday.git"
},
"keywords": [
"saynameday",
"nameDay",
"webapp"
],
"author": "wet-interface",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/wet-interface/saynameday/issues"
},
"homepage": "https://github.com/wet-interface/saynameday#readme",
"dependencies": {
"@types/cheerio": "^0.22.24",
"@types/gulp-minify-css": "0.0.32",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.5",
"commonjs": "0.0.1",
"express": "^4.17.1",
"gulp-concat": "^2.6.1",
"gulp-sourcemaps": "^3.0.0",
"jquery": "^3.5.1",
"properties-reader": "^2.2.0",
"pug": "^3.0.0",
"vinyl-source-stream": "^2.0.0"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/body-parser": "^1.19.0",
"@types/browserify": "^12.0.36",
"@types/express": "^4.17.11",
"@types/gulp": "^4.0.8",
"@types/gulp-concat": "0.0.32",
"@types/gulp-filter": "^3.0.33",
"@types/gulp-sourcemaps": "0.0.34",
"@types/jquery": "^3.5.5",
"@types/node": "^14.14.28",
"@types/properties-reader": "^2.1.0",
"@types/pug": "^2.0.4",
"@types/vinyl-source-stream": "0.0.30",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-filter": "^6.0.0",
"nodemon": "^2.0.7"
}
}