-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.55 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
{
"name": "p5-cljs-web-editor",
"private": true,
"version": "0.14.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "jest"
},
"dependencies": {
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@nextjournal/lang-clojure": "^1.0.0",
"@testing-library/react": "^14.0.0",
"@uiw/react-codemirror": "^4.20.0",
"console-feed": "^3.5.0",
"fflate": "^0.8.0",
"framer-motion": "^10.12.16",
"highlight.js": "^11.8.0",
"jest-transformer-mdx": "https://github.com/somecho/jest-transformer-mdx/archive/refs/tags/v3.0.0-beta.1-jest29-patch.tar.gz",
"p5": "^1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.11.2"
},
"devDependencies": {
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@mdx-js/react": "^2.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"babel-jest": "^29.5.0",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-puppeteer": "^9.0.0",
"puppeteer": "^20.4.0",
"react-test-renderer": "^18.2.0",
"vite": "^4.3.2"
}
}