-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.51 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.51 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
{
"name": "@ribbon-studios/utils",
"scripts": {
"ci": "bun install --frozen-lockfile",
"start": "parcel index.html",
"build": "parcel build index.html",
"lint": "eslint 'app/**/*.tsx'",
"test": "jest --coverage=false",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@ribbon-studios/react-utils": "^2.3.3",
"@uiw/github-corners": "^1.5.15",
"classnames": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-polymorphic-types": "^2.0.0",
"react-router": "^6.14.2",
"react-router-dom": "^6.14.2",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.12.0",
"@parcel/resolver-default": "^2.9.3",
"@parcel/transformer-sass": "^2.12.0",
"@parcel/transformer-webmanifest": "^2.12.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.17",
"@types/react-syntax-highlighter": "^15.5.7",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"parcel": "^2.9.3",
"process": "^0.11.10",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}