-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.82 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
{
"name": "run-ts",
"private": true,
"version": "1.0.0",
"main": "dist-electron/main.js",
"description": "Project created with create-roses-electron",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"release": "electron-builder",
"prepare": "husky install",
"lint": "eslint --ext .ts,.tsx ."
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"keywords": [
"roses",
"electron",
"typescript",
"react",
"vite"
],
"author": "KRSBX <[email protected]>",
"license": "MIT",
"devDependencies": {
"@chakra-ui/react": "^2.4.3",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@monaco-editor/react": "^4.4.6",
"@types/electron-json-storage": "^4.5.0",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.13",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@vitejs/plugin-react": "^3.0.0",
"electron": "^22.0.0",
"electron-builder": "^23.6.0",
"electron-json-storage": "^4.6.0",
"eslint": "^8.30.0",
"eslint-plugin-import": "^2.26.0",
"framer-motion": "^7.6.19",
"fs-extra": "^11.1.0",
"husky": "^8.0.2",
"lodash": "^4.17.21",
"monaco-editor": "^0.34.1",
"monaco-themes": "^0.4.3",
"npm-name": "^7.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"split-pane-react": "^0.1.3",
"ts-node": "^10.9.1",
"type-fest": "^3.4.0",
"typescript": "^4.9.4",
"vite": "^4.0.0",
"vite-plugin-electron": "^0.10.4",
"vite-plugin-electron-renderer": "^0.11.3",
"yarn": "^1.22.19"
}
}