-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.2 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
{
"name": "Faraday",
"version": "0.1.0",
"descrition": "",
"main": "src/index.ts",
"scripts": {
"build": "rollup -c -w",
"start": "python3 -m http.server -d build",
"prebuild": "rm -r build && cp -r src/public build",
"test": "jest"
},
"dependencies": {
"@bjorn3/browser_wasi_shim": "^0.2.20",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"commonjs": "^0.0.1",
"konva": "^9.3.6",
"node-fetch": "^3.3.2",
"paper": "^0.12.17",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"rollup": "^4.12.0",
"rollup-plugin-natives": "^0.7.8",
"ts-jest": "^29.1.2"
}
}