-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.26 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
{
"name": "itsudev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write --ignore-path .gitignore './**/*.{js,jsx,ts,tsx,json}'"
},
"dependencies": {
"@babel/core": "^7.23.3",
"@icons-pack/react-simple-icons": "^9.1.0",
"@linaria/babel-preset": "^5.0.4",
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
"@linaria/shaker": "^5.0.3",
"@tabler/icons-react": "^2.42.0",
"linaria": "^3.0.0-beta.17",
"marked": "^10.0.0",
"next": "13.5.4",
"next-linaria": "^0.11.0",
"pako": "^2.1.0",
"react": "^18",
"react-dom": "^18",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@babel/plugin-transform-private-methods": "^7.23.3",
"@cloudflare/next-on-pages": "^1.8.0",
"@types/jsdom": "^21.1.6",
"@types/node": "^20",
"@types/pako": "^2.0.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/xml2js": "^0.4.14",
"chart.js": "^4.4.1",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "^9.0.0",
"next-with-linaria": "^0.6.0",
"prettier": "^3.1.0",
"react-chartjs-2": "^5.2.0",
"typescript": "^5"
}
}