-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
44 lines (44 loc) · 1.33 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
{
"version": "0.3.7",
"private": true,
"name": "telestrator",
"description": "A disappearing drawing tool for your screen.",
"author": "Steve Ruiz @steveruizok",
"homepage": "https://github.com/steveruizok/telestrator",
"repository": "https://github.com/steveruizok/telestrator",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"postinstall": "electron-builder install-app-deps",
"build": "nextron build --mac --x64 --arm64",
"release": "gh release create v0.3.7 ./dist/*.dmg"
},
"dependencies": {
"@state-designer/react": "^1.6.1",
"electron-serve": "^1.0.0",
"electron-store": "^6.0.1",
"electron-updater": "^4.3.8",
"framer-motion": "^3.3.0",
"lodash-es": "^4.17.20",
"perfect-freehand": "^0.3.5",
"react-feather": "^2.0.9",
"state-designer": "^1.5.6",
"styled-components": "^5.2.1",
"update-electron-app": "^2.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/lodash-es": "^4.17.4",
"@types/react": "^17.0.1",
"@types/styled-components": "^5.1.7",
"babel-plugin-styled-components": "^1.12.0",
"electron": "^11.2.3",
"electron-builder": "^22.9.1",
"electron-notarize": "^1.0.0",
"next": "^10.0.5",
"nextron": "^6.0.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"typescript": "^4.1.5"
}
}