-
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
/
Copy pathpackage.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.5.0",
"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.10.10",
"@emotion/react": "11",
"@emotion/styled": "11",
"@jlguenego/lexer": "^1.5.0",
"framer-motion": "^12.42.0",
"next": "16.2.9",
"prismjs": "^1.30.0",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-icons": "^5.6.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": "26.0.1",
"@types/prismjs": "^1.26.0",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.9",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"prettier": "^3.8.5",
"prettier-plugin-organize-imports": "^4.3.0",
"typescript": "^6.0.3"
},
"engines": {
"node": ">=18.14.0"
}
}