-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.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": "studio-scafold",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"test": "vitest"
},
"dependencies": {
"@testing-library/user-event": "^14.5.2",
"axios": "^1.6.5",
"html-to-image": "^1.11.11",
"nanoid": "^5.0.4",
"next": "^14.2.4",
"rctx-contextmenu": "^1.4.1",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-modal": "^3.16.1",
"react-type-animation": "^3.2.0",
"reactflow": "^11.10.2",
"reactjs-popup": "^2.0.6"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-modal": "^3.16.3",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/ui": "^1.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"jest": "^29.7.0",
"jsdom": "^24.0.0",
"postcss": "^8.4.39",
"postcss-import": "^16.1.0",
"sass": "^1.77.6",
"tailwindcss": "^3.4.4",
"typescript": "^5.3.3",
"vite": "^5.0.8",
"vitest": "^1.3.1"
}
}