-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 3.15 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 3.15 KB
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
81
82
83
84
85
86
87
88
{
"name": "dashflare",
"version": "0.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/sukkaw/dashflare"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"dev": "NODE_ENV=development webpack serve --mode development",
"build": "NODE_ENV=production webpack --mode production",
"build:analyze": "ANALYZE=true NODE_ENV=production webpack --mode production",
"lint": "eslint --format=sukka ."
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/server": "^11.11.0",
"@mantine/core": "^6.0.22",
"@mantine/form": "^6.0.22",
"@mantine/hooks": "^6.0.22",
"@mantine/modals": "^6.0.22",
"@mantine/notifications": "^6.0.22",
"@mantine/prism": "^6.0.22",
"@swc/helpers": "^0.5.21",
"@tabler/icons-react": "^3.41.1",
"@tanstack/react-table": "^8.21.3",
"core-js": "^3.49.0",
"date-fns": "^4.1.0",
"foxact": "^0.3.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-router-dom": "6",
"swr": "^2.4.1",
"title": "^3.5.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260414.1",
"@eslint-sukka/node": "^8.9.2",
"@eslint-sukka/react": "^8.9.2",
"@swc/core": "^1.15.24",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/title": "^3.4.3",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^10.2.0",
"eslint-config-sukka": "6.12.0",
"eslint-formatter-sukka": "6.12.0",
"react-refresh": "^0.18.0",
"tailpack": "0.1.0-beta.3",
"typescript": "^6.0.2",
"webpack": "^5.106.1",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.3"
},
"packageManager": "pnpm@10.33.0",
"pnpm": {
"overrides": {
"array-flatten": "npm:@nolyfill/array-flatten@^1.0.44",
"array-includes": "npm:@nolyfill/array-includes@^1.0.44",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@^1.0.44",
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@^1.0.44",
"array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@^1.0.44",
"es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@^1.0.21",
"eslint>chalk": "npm:picocolors@^1.1.1",
"has": "npm:@nolyfill/has@^1.0.44",
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
"isarray": "npm:@nolyfill/isarray@^1.0.44",
"object-keys": "npm:@nolyfill/object-keys@^1.0.44",
"object.assign": "npm:@nolyfill/object.assign@^1.0.44",
"object.entries": "npm:@nolyfill/object.entries@^1.0.44",
"object.fromentries": "npm:@nolyfill/object.fromentries@^1.0.44",
"object.hasown": "npm:@nolyfill/object.hasown@^1.0.44",
"object.values": "npm:@nolyfill/object.values@^1.0.44",
"safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.44",
"safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.44",
"side-channel": "npm:@nolyfill/side-channel@^1.0.44",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1.0.44",
"title>chalk": "npm:picocolors@^1.1.1"
},
"ignoredBuiltDependencies": [
"core-js"
],
"onlyBuiltDependencies": [
"@swc/core"
]
}
}