-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.84 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
{
"name": "cue-note",
"productName": "Cue Note",
"version": "0.3.2",
"description": "Note-taking utility for ETC Eos Family lighting consoles",
"main": ".webpack/main",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint --ext .ts,.tsx ."
},
"keywords": [],
"author": {
"name": "Douglas Finlay",
"email": "douglas@douglasfinlay.com"
},
"license": "MIT",
"devDependencies": {
"@electron-forge/cli": "^6.0.4",
"@electron-forge/maker-dmg": "^6.0.5",
"@electron-forge/maker-squirrel": "^6.0.4",
"@electron-forge/plugin-webpack": "^6.0.4",
"@electron-forge/publisher-github": "^6.0.5",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vercel/webpack-asset-relocator-loader": "1.7.3",
"autoprefixer": "^10.4.13",
"css-loader": "^6.0.0",
"electron": "22.2.0",
"eslint": "^8.0.1",
"eslint-plugin-import": "^2.25.0",
"eslint-plugin-tailwindcss": "^3.14.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"node-loader": "^2.0.0",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"style-loader": "^3.0.0",
"tailwindcss": "^3.2.4",
"ts-loader": "^9.2.2",
"ts-node": "^10.0.0",
"typed-emitter": "^2.1.0",
"typescript": "~4.5.4"
},
"dependencies": {
"classnames": "^2.3.2",
"electron-squirrel-startup": "^1.0.0",
"eos-console": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.3.8"
}
}