-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
54 lines (54 loc) · 1.34 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
{
"name": "glennmccomb-com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": "https://github.com/lenymo/glennmccomb-com",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"start:lambda": "netlify-lambda serve src/lambda",
"build:lambda": "netlify-lambda build src/lambda",
"gulp": "gulp",
"gulp:watch": "gulp watchFiles",
"gulp-images": "gulp images",
"gulp-critical": "gulp criticalCss"
},
"keywords": [],
"author": "Glenn McComb",
"license": "ISC",
"dependencies": {
"@netlify/functions": "^2.8.1",
"node-fetch": "^2.6.6",
"prop-types": "^15.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@vitejs/plugin-react": "^4.3.1",
"critical": "^7.2.1",
"del": "^7.1.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-sass": "^5.1.0",
"rollup": "^4.22.4",
"rollup-plugin-sourcemaps": "^0.6.3",
"sass": "^1.79.3",
"sharp": "^0.33.5",
"through2": "^4.0.2",
"vite": "^5.4.6"
},
"browserslist": [
"last 5 version",
"> 50%",
"Firefox < 20",
"safari 5",
"ie 8-11",
"android >=2.1"
]
}