-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.45 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
{
"name": "muzikie",
"version": "0.1.0-alpha.0",
"description": "Muzikie network explorer",
"sideEffects": false,
"author": "Block Made GmbH",
"license": "ISC",
"scripts": {
"build": "remix build",
"dev": "remix dev",
"start": "remix-serve build",
"typecheck": "tsc",
"lint": "npx eslint app --ext .js,.jsx,.ts,.tsx --fix",
"test": "jest --config ./jest.config.js"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@remix-run/css-bundle": "^1.17.0",
"@remix-run/node": "^1.17.0",
"@remix-run/react": "^1.17.0",
"@remix-run/serve": "^1.17.0",
"bignumber.js": "^9.1.1",
"headlessui": "^0.0.0",
"heroicons": "^2.0.18",
"isbot": "^3.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"@remix-run/dev": "^1.17.0",
"@remix-run/eslint-config": "^1.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.2.2",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"@types/ws": "^8.5.3",
"eslint": "^8.38.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-localstorage-mock": "^2.4.22",
"stylelint": "^15.3.0",
"stylelint-config-standard": "^31.0.0",
"tailwindcss": "^3.3.2",
"ts-jest": "^29.0.3",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=14.0.0"
}
}