-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.13 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
{
"name": "automaton-web",
"repository": "https://github.com/hephaistox/automaton-web",
"license": "MIT",
"scripts": {},
"private": true,
"description": "automaton-web",
"version": "1.0.0",
"author": "Hephaistox <[email protected]>",
"dependencies": {
"@headlessui/react": "^2.2.0",
"@sentry/react": "^8.39.0",
"autoprefixer": "^10.4.20",
"axe-core": "^4.10.2",
"create-react-class": "^15.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0"
},
"workspaces": [],
"devDependencies": {
"@hephaistox/tailwind-config": "github:hephaistox/tailwind-config#f8da71dcc315ac6f3652695a92495ea3f5298d13",
"@tailwindcss/forms": "^0.5.9",
"highlight.js": "^11.10.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-cljs-test": "^0.1.0",
"marked": "7.0.0",
"shadow-cljs": "^2.28.19",
"snabbdom": "^3.6.2",
"tailwindcss": "^3.4.15"
},
"devDependenciesComments": {
"marked": "marked can't be updated to 7.0.1 or higher, untill this issue is done in closure-compiler: https://github.com/google/closure-compiler/issues/2731"
}
}