This repository was archived by the owner on Jun 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.5 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.5 KB
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": "project-timer",
"version": "1.3.2",
"productName": "Project Timer",
"description": "A small timer app that can add timers for multiple projects.",
"main": "index.js",
"author": "Rene Merino <rmerino@amayamedia.com>",
"license": "GPL-3.0",
"homepage": "./",
"scripts": {
"predev": "yarn run build",
"dev": "ELECTRON_IS_DEV=1 electron ./",
"dist": "./bin/dist.sh",
"start": "react-scripts start",
"prebuild": "gulp scss",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alxmerino/Project-Timer.git"
},
"bugs": {
"url": "https://github.com/Alxmerino/Project-Timer/issues"
},
"dependencies": {
"menubar": "^5.2.3",
"moment": "^2.17.1",
"moment-duration-format": "^1.3.0",
"moment-timer": "^1.1.5",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"react-scripts": "1.0.10",
"redux": "^3.6.0",
"redux-logger": "^2.8.2",
"underscore": "^1.8.3",
"xStore": "^2.0.3"
},
"devDependencies": {
"electron": "^9.4.0",
"electron-packager": "^9.0.0",
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"gulp-generic-build": "https://git@github.com/Alxmerino/Gulp-Generic-Build.git",
"gulp-if": "^2.0.2",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"prop-types": "^15.5.10",
"watchify": "^3.9.0"
}
}