-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
168 lines (168 loc) · 5.52 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"name": "vitrine",
"version": "0.11.3",
"description": "Centralize all of your games within a simple interface.",
"main": "public/server.js",
"productName": "Vitrine",
"author": "Paul Roman <[email protected]>",
"license": "MIT",
"os": [
"win32",
"darwin",
"linux"
],
"repository": {
"type": "git",
"url": "git://github.com/vitrine-app/vitrine.git"
},
"engines": {
"node": ">=10.2"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.4",
"@fortawesome/fontawesome-free-solid": "^5.0.8",
"@fortawesome/react-fontawesome": "0.0.17",
"aphrodite": "2.2.0",
"apicalypse": "^0.1.3",
"axios": "^0.18.0",
"chunk": "^0.0.2",
"compare-versions": "^3.4.0",
"css-verbose": "^0.3.0",
"discord-rich-presence": "0.0.7",
"download-file": "^0.1.5",
"electron-updater": "3.1.2",
"flat": "^4.1.0",
"fs-extra": "6.0.0",
"gamepad-listener": "0.4.0",
"glob": "^7.1.2",
"glob-promise": "^3.4.0",
"igdb-api-node": "3.1.4",
"jsonwebtoken": "^8.3.0",
"moment": "^2.22.0",
"react": "16.3.2",
"react-contextmenu": "^2.9.2",
"react-datetime": "^2.14.0",
"react-dom": "16.3.3",
"react-intl": "^2.7.0",
"react-redux": "5.0.7",
"react-toastify": "4.0.1",
"react-tooltip": "^3.4.0",
"redux": "4.0.0",
"rimraf": "^2.6.2",
"semantic-ui-react": "0.82.5",
"uuid": "^3.2.1",
"winreg": "^1.2.4"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/chai-as-promised": "^7.1.0",
"@types/flat": "^0.0.28",
"@types/fs-extra": "5.0.2",
"@types/glob": "7.1.1",
"@types/jsonwebtoken": "^8.3.0",
"@types/mocha": "^5.0.0",
"@types/node": "8.9.3",
"@types/react": "16.3.13",
"@types/react-dom": "16.0.5",
"@types/react-intl": "^2.3.11",
"@types/react-redux": "6.0.9",
"@types/react-tooltip": "^3.3.4",
"@types/rimraf": "2.0.2",
"@types/source-map-support": "^0.4.1",
"@types/uuid": "^3.4.3",
"@types/winreg": "^1.2.30",
"aes-cross": "^1.0.9",
"asar": "^0.14.3",
"base64-inline-loader": "^1.1.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.2",
"cross-env": "^5.1.4",
"css-loader": "^1.0.0",
"electron": "3.0.3",
"electron-builder": "^20.6.2",
"electron-node-loader": "1.2.0",
"github-release-notes": "0.16.0",
"html-webpack-plugin": "^3.1.0",
"husky": "1.1.1",
"less": "^2.7.3",
"less-loader": "^4.1.0",
"less-vars-loader": "^1.1.0",
"mocha": "^5.0.5",
"node-gyp": "^3.6.2",
"nyc": "^13.0.1",
"openpgp": "^4.2.1",
"parallel-webpack": "^2.3.0",
"prettier": "^1.15.3",
"semantic-ui-less": "^2.2.14",
"shelljs": "0.8.2",
"source-map-support": "^0.5.9",
"style-loader": "0.23.0",
"ts-loader": "^5.2.1",
"ts-node": "7.0.1",
"tsconfig-paths": "^3.7.0",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.17.0",
"tslint-eslint-rules": "^5.1.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^3.5.1",
"tweetnacl": "^1.0.0",
"tweetnacl-util": "^0.15.0",
"typescript": "3.1.1",
"webpack": "^4.4.0",
"webpack-cli": "^3.1.2"
},
"optionalDependencies": {
"bufferutil": "^4.0.0",
"register-scheme": "^0.0.2",
"utf-8-validate": "^5.0.1"
},
"scripts": {
"start": "cross-env ELECTRON_ENV=dev electron .",
"build:app": "parallel-webpack --progress --config=webpack/base.config.js",
"build:prod": "cross-env NODE_ENV=prod parallel-webpack --progress --config=webpack/base.config.js",
"build:server": "parallel-webpack --progress --config=webpack/server.config.js",
"build:client": "parallel-webpack --progress --config=webpack/client.config.js",
"build:client-no-loader": "cross-env NO_LOADER=true parallel-webpack --progress --config=webpack/client.config.js",
"build:modules": "node scripts/build_modules.js",
"build:modules-no-electron": "cross-env NO_ELECTRON=true node scripts/build_modules.js",
"run:app": "yarn lint:app && yarn build:app && yarn start",
"run:server": "yarn lint:server && yarn build:server && yarn start",
"run:client": "yarn lint:client && yarn build:client && yarn start",
"run:client-no-loader": "yarn lint:client && yarn build:client-no-loader && yarn start",
"lint:app": "tslint sources/**/*.ts*",
"lint:server": "tslint sources/server/**/*.ts sources/models/**/*.ts",
"lint:client": "tslint sources/client/**/*.ts*",
"watch:client": "cross-env NO_LOADER=true parallel-webpack --progress --config=webpack/client.config.js --watch",
"keys:encrypt": "node scripts/crypto encrypt",
"keys:decrypt": "node scripts/crypto decrypt",
"test": "nyc mocha",
"test:run": "mocha",
"test:coverage": "nyc report --reporter=text-lcov | coveralls",
"pack": "yarn build:modules && yarn build:prod && cross-env ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true build --dir",
"dist": "yarn build:modules && yarn test && yarn build:prod && build",
"dist:ci": "yarn build:prod && build --publish=always",
"authors": "node scripts/run.js authors.sh",
"changelog": "gren changelog -o && gren release -o"
},
"nyc": {
"include": [
"sources/server/*.ts",
"sources/server/api/**/*.ts",
"sources/models/**/*.ts"
],
"extension": ".ts",
"require": "ts-node/register",
"exclude": "**/*.d.ts",
"reporter": "lcov",
"sourceMap": true,
"instrument": true,
"all": true,
"cache": true
},
"husky": {
"hooks": {
"precommit": "tslint --fix sources/**/*.ts*"
}
}
}