-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 3.03 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
88
89
90
91
92
{
"name": "last_hope_enterprises",
"version": "1.0.0",
"description": "Home page for David Vedvick.",
"main": "app/app-debug.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "NODE_ENV=production gulp --gulpfile gulpfile-publish.js buildStatic && cp app-config.json build/app-config.json && cd build && ./start-server.sh",
"debug": "NODE_ENV=development cd app && gulp && node app-debug.js",
"build-resume": "npm install && NODE_ENV=production gulp --gulpfile=gulpfile-publish.js buildResume",
"build-portfolio": "npm install && NODE_ENV=production gulp --gulpfile=gulpfile-publish.js buildPortfolio",
"build-release": "npm install && NODE_ENV=production gulp --gulpfile gulpfile-publish.js buildStatic"
},
"dependencies": {
"@babel/runtime": "^7.10.4",
"compression": "^1.7.4",
"errorhandler": "^1.5.1",
"express": "5.0.0",
"globby": "^8.0.2",
"highlight.js": "^10.4.1",
"jquery": "^3.7.1",
"js-beautify": "^1.11.0",
"marked": "^11.2.0",
"marked-highlight": "^2.1.0",
"moment-timezone": "^0.5.44",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hyperscript-helpers": "^1.1.0",
"require-glob": "^4.1.0",
"rxjs": "^7.8.1",
"sanitize-html": "2.12.1",
"serve-favicon": "^2.2.0",
"slick-carousel": "^1.5.5"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/register": "^7.23.7",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"babelify": "^10.0.0",
"body-parser": "1.20.3",
"codefolio": "^0.5.0",
"concurrent-transform": "^1.0.0",
"del": "^3.0.0",
"envify": "^4.1.0",
"gulp": "^4.0.2",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.5.2",
"gulp-debug": "^4.0.0",
"gulp-htmlmin": "^4.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"jimp": "^0.22.10",
"method-override": "^2.3.2",
"morgan": "^1.9.1",
"node-jsx": "^0.13.3",
"pagedjs-cli": "^0.4.3",
"rollup": "4.22.4",
"rollup-plugin-inject-process-env": "^1.3.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-stream": "^1.24.1",
"sass": "^1.54.9",
"through2": "^2.0.5",
"uglify-js": "^3.5.15",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0",
"vinyl-transform": "^1.0.0",
"watchify": "^3.11.1"
},
"keywords": [
"david",
"vedvick",
"david vedvick",
"resume"
],
"author": "davidvedvick"
}