forked from aliscie/odoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·90 lines (90 loc) · 2.4 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "dfn-react-ts",
"version": "0.1.3",
"private": true,
"homepage": ".",
"types": "dist/index.d.ts",
"typings": "dist",
"dependencies": {
"@babel/core": "^7.22.1",
"@babel/preset-env": "^7.22.2",
"@babel/preset-react": "^7.22.3",
"@dfinity/agent": "^0.15.6",
"@dfinity/auth-client": "^0.15.6",
"@dfinity/candid": "^0.15.6",
"@dfinity/identity": "^0.15.6",
"@dfinity/principal": "^0.18.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/base": "^5.0.0-beta.6",
"@mui/icons-material": "^5.14.3",
"@mui/lab": "^5.0.0-alpha.135",
"@mui/material": "^5.14.3",
"@mui/styles": "^5.13.2",
"@mui/x-data-grid": "^6.11.0",
"@mui/x-data-grid-generator": "^6.8.0",
"@testing-library/react": "^14.0.0",
"@types/hot-formula-parser": "^4.0.0",
"@types/react-dom": "^18.2.4",
"@types/react-syntax-highlighter": "^15.5.7",
"esbuild": "^0.17.19",
"esbuild-wasm": "^0.17.19",
"flowbite": "^1.6.5",
"flowbite-react": "^0.4.6",
"hot-formula-parser": "^4.0.0",
"notistack": "^3.0.1",
"odoc-editor": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-redux": "^8.1.2",
"react-resizable": "^3.0.5",
"react-router-dom": "^6.11.2",
"react-syntax-highlighter": "^15.5.0",
"shorturl": "^0.0.3",
"tsc": "^2.0.4",
"typescript": "^5.0.4",
"vite": "^4.3.9"
},
"scripts": {
"start": "vite serve",
"build": "vite build",
"serve": "vite preview",
"test": "jest",
"prebuild": "dfx generate",
"deploy:local": "dfx deploy --network=local",
"deploy:ic": "dfx deploy --network=ic",
"generate": "dfx generate src/user_canister"
},
"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": {
"@types/is-hotkey": "^0.1.7",
"@types/jest": "^26.0.15",
"@types/node": "^14.0.0",
"@types/react": "^17.0.0",
"@types/react-redux": "^7.1.25",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"autoprefixer": "^10.4.14",
"jest": "^29.5.0",
"postcss": "^8.4.23",
"vite-plugin-environment": "^1.1.3"
}
}