-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.68 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
{
"name": "jotter-2",
"version": "2.0.4.2",
"private": true,
"dependencies": {
"@babel/highlight": "^7.18.6",
"@babel/template": "^7.20.7",
"@babel/traverse": "^7.20.13",
"@types/chrome": "^0.0.210",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"babel": "^6.23.0",
"gensync": "^1.0.0-beta.2",
"react": "^18.2.0",
"react-contenteditable": "^3.3.6",
"react-dom": "^18.2.0",
"semver": "^7.3.8"
},
"scripts": {
"build": "vite build",
"watch": "vite build --watch",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@babel/helper-compilation-targets": "^7.20.7",
"@babel/helpers": "^7.20.13",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/testing-library__react": "^10.2.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitejs/plugin-react": "^3.0.1",
"@vitest/coverage-c8": "^0.28.3",
"autoprefixer": "^10.4.13",
"eslint": "^8.32.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest-environment-jsdom": "^29.4.1",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"tailwindcss": "^3.2.4",
"ts-node": "^10.9.1",
"use-long-press": "^2.0.2",
"vite": "^4.0.4",
"vite-plugin-svgr": "^2.4.0",
"vite-tsconfig-paths": "^4.0.5",
"vitest": "^0.28.3"
}
}