-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.58 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
{
"name": "stadslabzeist",
"version": "0.1.4",
"private": true,
"type": "module",
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@emailjs/browser": "^4.3.3",
"@emotion/react": "11.11.4",
"@emotion/styled": "^11.11.5",
"@fullpage/react-fullpage": "^0.1.42",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/serviceworker": "^0.0.86",
"@types/styled-components": "^5.1.34",
"@types/web": "^0.0.148",
"antd": "5.18.0",
"bootstrap": "^5.3.3",
"pwa-asset-generator": "^6.3.1",
"react": "^18.3.1",
"react-awesome-reveal": "^4.2.11",
"react-bootstrap": "^2.10.2",
"react-countup": "6.5.3",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"react-multi-carousel": "^2.8.5",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1",
"react-visibility-sensor": "^5.1.1",
"styled-components": "^6.1.11",
"swr": "^2.2.5",
"typescript": "^5.4.5",
"vite-plugin-svgr": "^4.2.0",
"workbox-background-sync": "^7.1.0",
"workbox-broadcast-update": "^7.1.0",
"workbox-cacheable-response": "^7.1.0",
"workbox-core": "^7.1.0",
"workbox-expiration": "^7.1.0",
"workbox-google-analytics": "^7.1.0",
"workbox-navigation-preload": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-range-requests": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0",
"workbox-streams": "^7.1.0",
"workbox-sw": "^7.1.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"eslint": "eslint .",
"eslint:fix": "npm run eslint -- --fix",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"check": "npm run prettier && npm run eslint",
"check:fix": "npm run prettier:fix && npm run eslint:fix",
"predeploy": "npm run build",
"deploy": "echo stadslabzeist.nl > ./dist/CNAME && gh-pages -d dist -b gh-pages"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/node": "^20.14.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-react": "^4.3.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"gh-pages": "^6.1.1",
"prettier": "^3.3.0",
"sass": "^1.77.4",
"typescript": "^5.4.5",
"vite": "^5.2.12"
}
}