-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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": "gestion-d-www",
"version": "0.1.3",
"private": true,
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"postbuild": "react-snap && react-snap-sitemap --base-url=https://gestiondesroches.com/ --change-frequency=weekly --add-slash=true",
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"lint": "prettier --check \"src/**/*.{js,jsx}\"",
"optimizeImages": "gulp optimizeImages",
"optimizeIcons": "gulp optimizeIcons"
},
"engines": {
"node": "16.17.0"
},
"reactSnap": {
"sourceMaps": false,
"asyncScriptTags": true,
"preconnectThirdParty": false,
"preloadImages": false,
"puppeteerArgs": ["--no-sandbox", "--disable-setuid-sandbox"]
},
"dependencies": {
"lazysizes": "^5.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.1"
},
"devDependencies": {
"@alex-drocks/react-snap-sitemap": "^3.0.0",
"@snowpack/plugin-dotenv": "^2.2.0",
"@snowpack/plugin-react-refresh": "^2.5.0",
"@snowpack/plugin-webpack": "^3.0.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-imagemin": "^8.0.0",
"gulp-webp": "^4.0.1",
"prettier": "^2.5.1",
"react-snap": "^1.23.0",
"snowpack": "^3.8.8"
}
}