-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.39 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
{
"name": "LightningELN",
"version": "1.0.0",
"description": "Lightning Electronic Lab Notebook",
"main": "main.js",
"scripts": {
"start": "npm run dev && electron .",
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"pack": "npm run prod && electron-builder --dir",
"dist": "npm run prod && electron-builder"
},
"keywords": [],
"author": "Thor Lucas Dev",
"license": "ISC",
"build": {
"appId": "me.thorlucas.lightningeln",
"mac": {
"category": "public.app-category.productivity"
}
},
"devDependencies": {
"@babel/preset-react": "^7.13.13",
"@types/lodash": "^4.14.170",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"@types/uniqid": "^5.3.0",
"autoprefixer": "^10.2.5",
"electron": "^12.0.9",
"electron-devtools-installer": "^3.2.0",
"laravel-mix": "^6.0.19",
"lodash": "^4.17.21",
"postcss": "^8.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-transition-group": "^4.4.2",
"slate": "^0.63.0",
"slate-history": "^0.62.0",
"slate-react": "^0.63.0",
"tailwindcss": "^2.1.2",
"ts-loader": "^9.2.1",
"typescript": "^4.2.4",
"uniqid": "^5.3.0"
},
"dependencies": {
"@types/mousetrap": "^1.6.8",
"is-hotkey": "^0.1.8",
"mousetrap": "^1.6.5"
}
}