-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.06 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "m080",
"version": "0.1.0",
"private": true,
"homepage": "https://ianhattwick.com/m080",
"dependencies": {
"@codemirror/commands": "^6.2.4",
"@codemirror/lang-javascript": "^6.1.9",
"@codemirror/view": "^6.16.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@uiw/codemirror-theme-basic": "^4.23.0",
"@uiw/codemirror-theme-bbedit": "^4.23.0",
"@uiw/codemirror-theme-gruvbox-dark": "^4.23.0",
"@uiw/codemirror-theme-okaidia": "^4.23.0",
"@uiw/react-codemirror": "^4.21.7",
"acorn": "^8.10.0",
"acorn-walk": "^8.2.0",
"bessel": "^1.0.2",
"express": "^4.18.2",
"jszip": "^3.10.1",
"lz-string": "^1.5.0",
"marked": "^9.0.0",
"p5": "^1.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-p5-wrapper": "^4.1.2",
"react-router": "^6.15.0",
"react-router-dom": "^6.15.0",
"react-scripts": "5.0.1",
"sharedb": "^5.0.4",
"socket.io-client": "^4.7.5",
"tone": "^14.7.77",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/generator": "^7.22.9",
"@babel/parser": "^7.22.7",
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
"jaguarjs-jsdoc": "^1.1.0",
"jsdoc": "^4.0.3",
"minami": "^1.2.3",
"taffydb": "^2.7.3"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"author": "",
"license": "ISC"
}