-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "status-pages",
"version": "0.1.0",
"private": true,
"scripts": {
"get-analytics": "ts-node --esm ./pre-build/get-analytics.mts",
"process-content": "ts-node --esm ./pre-build/process-content.mts",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.0.11",
"@webdoky/content-processor": "^1.14.1",
"classnames": "^2.3.2",
"dotenv": "^16.0.3",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"googleapis": "^112.0.0",
"next": "13.2.3",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-dropdown": "^1.11.0",
"sass": "^1.58.3",
"ts-node": "^10.9.1",
"typescript": "4.9.5",
"unist-util-visit": "^4.1.2",
"unist-util-visit-parents": "^5.1.3"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.18",
"prettier": "^2.8.4",
"tailwindcss": "^3.2.4"
}
}