-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 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
47
48
49
50
51
{
"name": "canvas",
"version": "0.0.0",
"private": false,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "yarn build && vite preview",
"prettier": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@iconify/react": "^4.0.0",
"@mantine/core": "^5.6.4",
"@mantine/hooks": "^5.6.4",
"dayjs": "^1.11.6",
"devtools-detector": "^2.0.12",
"dexie": "^3.2.2",
"dom-to-svg": "^0.12.2",
"external-svg-loader": "^1.6.1",
"image-js": "^0.35.2",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/lodash": "^4.14.187",
"@types/node": "^18.11.9",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"@vitejs/plugin-react": "^2.2.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.10",
"prettier": "^2.7.1",
"sass": "^1.55.0",
"typescript": "*",
"vite": "^3.2.2",
"vite-plugin-pwa": "^0.13.1"
}
}