-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.75 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
{
"name": "software-vault-2",
"version": "2.0.0",
"description": "Manage your software serial keys",
"author": "Martín M.",
"license": "MIT",
"main": "main/index.js",
"scripts": {
"start": "electron .",
"build": "next build renderer && next export renderer -o build/next/",
"dist": "npm run build && electron-builder && npm run clean",
"semantic:build": "cd .semantic && gulp build-css build-assets",
"semantic:watch": "cd .semantic && npm run semantic:build && gulp watch",
"lint": "eslint --ext .js,.jsx --ignore-path .gitignore .",
"precommit": "npm run lint",
"clean": "rm -rf build/next renderer/.next"
},
"dependencies": {
"base64-img": "^1.0.4",
"electron-is-dev": "^1.1.0",
"electron-next": "^3.1.5",
"electron-serve": "^0.4.1",
"electron-store": "^5.1.0",
"electron-window-state": "^5.0.3"
},
"devDependencies": {
"@zeit/next-css": "^1.0.1",
"babel-eslint": "^10.0.3",
"electron": "^7.1.5",
"electron-builder": "^21.2.0",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-config-wesbos": "0.0.19",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"fomantic-ui": "^2.8.2",
"next": "latest",
"next-compose-plugins": "^2.2.0",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-dropzone": "^10.2.1",
"react-semantic-toasts": "^0.6.5",
"react-semantic-ui-datepickers": "^2.1.0",
"semantic-ui-react": "^0.88.2",
"styled-components": "^4.4.1",
"url-loader": "^3.0.0"
}
}