-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.17 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
{
"name": "provideq",
"version": "0.4.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint && prettier --check .",
"format": "prettier --write .",
"test": "jest"
},
"dependencies": {
"@chakra-ui/react": "^2.3.1",
"@emotion/react": "11",
"@emotion/styled": "11",
"@jlguenego/lexer": "^1.5.0",
"framer-motion": "^12.33.0",
"next": "16.1.6",
"prismjs": "^1.30.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-icons": "^5.5.0",
"react-multi-select-component": "^4.3.4",
"react-simple-code-editor": "^0.14.1",
"reactflow": "^11.11.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "25.2.1",
"@types/prismjs": "^1.26.0",
"@types/react": "19.2.13",
"@types/react-dom": "19.2.3",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.6",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"prettier": "^3.8.1",
"prettier-plugin-organize-imports": "^4.3.0",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=18.14.0"
}
}