-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.04 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
{
"name": "name-hill-software-homepage",
"version": "1.0.0",
"description": "Home page for Name Hill Software",
"author": "davidvedvick",
"type": "module",
"scripts": {
"build": "npm install && NODE_ENV=production gulp --gulpfile=gulpfile.js build"
},
"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",
"browserify": "^17.0.0",
"codefolio": "^0.5.0",
"concurrent-transform": "^1.0.0",
"del": "^2.2.2",
"dotenv": "^16.4.5",
"globby": "^14.0.2",
"gulp": "^4.0.2",
"gulp-babel": "^6.1.2",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.5.2",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^4.0.0",
"gulp-htmlmin": "^4.0.0",
"gulp-image-resize": "^0.12.0",
"gulp-rename": "^1.4.0",
"gulp-revert-path": "^1.2.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-ssh": "^0.6.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"highlight.js": "^10.4.1",
"jimp": "^0.22.12",
"jquery": "^3.7.1",
"marked": "^11.2.0",
"marked-highlight": "^2.1.0",
"node-jsx": "^0.13.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hyperscript-helpers": "^1.2.0",
"rollup": "4.22.4",
"rollup-plugin-inject-process-env": "^1.3.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-stream": "^1.24.1",
"sanitize-html": "2.12.1",
"sass": "^1.54.9",
"slick-carousel": "^1.6.0",
"through2": "^2.0.3"
}
}