-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.33 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
{
"name": "zelda-map",
"scripts": {
"ci": "bun install --frozen-lockfile",
"start": "parcel index.html",
"build": "parcel build index.html",
"lint": "eslint . --ext .js,.mjs,.ts,.tsx",
"test": "jest --coverage=false",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@ribbon-studios/fork-me": "^1.0.1",
"@ribbon-studios/logger": "^2.0.2",
"@ribbon-studios/react-utils": "^2.3.3",
"@ribbon-studios/ribbon": "^1.0.2",
"@reduxjs/toolkit": "^1.9.5",
"classnames": "^2.3.2",
"dedent": "^1.5.1",
"dexie": "^3.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-polymorphic-types": "^2.0.0",
"react-redux": "^8.1.2"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.12.0",
"@parcel/transformer-sass": "^2.12.0",
"@parcel/transformer-webmanifest": "^2.12.0",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"parcel": "^2.9.1",
"process": "^0.11.10",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}