-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
143 lines (143 loc) · 5.11 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
{
"name": "kaiku",
"productName": "Kaiku",
"version": "1.1.3",
"description": "Kaiku Music Player for Winamp nostalgic and local music files.",
"main": "main.dist.js",
"scripts": {
"analyze": "webpack-bundle-analyzer ./webpack.stats.json ./app/dist -m server",
"compile:main": "cross-env NODE_ENV=production node ./node_modules/webpack/bin/webpack --config webpack.config.electron.js --progress --profile --colors",
"compile:renderer": "cross-env NODE_ENV=production node ./node_modules/webpack/bin/webpack --config webpack.config.production.js --progress --profile --colors",
"compile": "npm run compile:main && npm run compile:renderer",
"deploy-release": "npm run compile && build -p always --config electron-builder.config.js",
"dev": "cross-env ELECTRON_DISABLE_SECURITY_WARNINGS=true npm run hot-server -- --start-hot",
"hot-server": "cross-env NODE_ENV=development node --max_old_space_size=2096 server.js",
"icon-gen": "icon-gen -i ./app/images/app-icon-source.svg -o ./buildResources -m ico,icns -n ico=icon,icns=icon -r",
"lint:css": "stylelint \"app/**/*.less\"",
"lint:js": "eslint app src --quiet",
"lint": "npm run lint:js && npm run lint:css",
"package:linux": "npm run compile && build --linux --publish never --config electron-builder.config.js",
"package:mac": "npm run compile && build --mac --publish never --config electron-builder.config.js",
"package:win": "npm run compile && build --win --x64 --publish never --config electron-builder.config.js",
"postinstall": "electron-builder install-app-deps",
"profile:renderer": "npm run compile:renderer -- --profile --json > webpack.stats.json",
"tag-release": "npm --prefix ./app run bump-version && git add ./app/package.json ./app/package-lock.json && standard-version -a",
"start-hot": "cross-env HOT=1 NODE_ENV=development electron ./app/main/main.js",
"start": "cross-env NODE_ENV=production electron ./app/",
"test": "jest",
"test-unit": "jest",
"trash:release": "trash ./electronReleases ./app/main/main.dist.js ./app/main/main.dist.js.map ./app/dist"
},
"bin": {
"electron": "./node_modules/.bin/electron"
},
"repository": {
"type": "git",
"url": "git@github.com:AoDev/kaiku-music-player.git"
},
"author": {
"name": "Kevin Purnelle",
"email": "kevin.purnelle@gmail.com",
"url": "https://github.com/AoDev"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/AoDev/kaiku-music-player/issues"
},
"keywords": [
"kaiku",
"music",
"audio",
"player",
"electron",
"react",
"node",
"mobx",
"howler",
"html5",
"mp3",
"windows",
"mac"
],
"homepage": "https://github.com/AoDev/kaiku-music-player",
"devDependencies": {
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-decorators": "7.1.2",
"@babel/polyfill": "7.0.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.0.0",
"@babel/runtime": "7.1.2",
"asar": "0.14.5",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "23.6.0",
"babel-loader": "8.0.4",
"babel-minify": "0.5.0",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-transform-react-remove-prop-types": "0.4.19",
"classnames": "2.2.6",
"clean-webpack-plugin": "0.1.19",
"concurrently": "3.5.1",
"cross-env": "5.2.0",
"css-loader": "0.28.11",
"devtron": "1.4.0",
"electron": "2.0.7",
"electron-builder": "20.28.4",
"electron-debug": "2.0.0",
"electron-devtools-installer": "2.2.4",
"electron-ipcp": "1.0.0",
"electron-updater": "3.1.2",
"enzyme": "3.7.0",
"enzyme-adapter-react-16": "1.6.0",
"es6-promisify": "6.0.1",
"eslint": "5.7.0",
"eslint-config-standard": "12.0.0",
"eslint-import-resolver-webpack": "0.10.1",
"eslint-loader": "2.1.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-lodash": "3.1.0",
"eslint-plugin-node": "7.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-react": "7.11.1",
"eslint-plugin-standard": "4.0.0",
"express": "4.16.4",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "1.1.11",
"howler": "2.0.15",
"html-webpack-plugin": "3.2.0",
"jest": "23.6.0",
"jsdom": "11.11.0",
"json-loader": "0.5.7",
"less": "3.8.1",
"less-loader": "4.1.0",
"lodash": "4.17.11",
"minimist": "1.2.0",
"mobx": "4.1.1",
"mobx-react": "5.3.4",
"mobx-react-devtools": "5.0.1",
"mobx-spy-logger": "0.0.2",
"prop-types": "15.6.2",
"react": "16.5.2",
"react-dom": "16.5.2",
"react-hot-loader": "3.1.3",
"regenerator-runtime": "0.11.1",
"spectron": "3.8.0",
"standard-version": "4.4.0",
"style-loader": "0.21.0",
"stylelint": "9.6.0",
"svg-sprite-loader": "3.9.0",
"trash-cli": "1.4.0",
"url-loader": "1.1.2",
"webpack": "4.22.0",
"webpack-cli": "3.1.2",
"webpack-dev-middleware": "3.4.0",
"webpack-hot-middleware": "2.24.3",
"webpack-merge": "4.1.4"
},
"devEngines": {
"node": ">=6.x",
"npm": ">=3.x"
}
}