-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.33 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
{
"name": "retroactivity",
"version": "0.0.1-prealpha",
"description": "An intelligent time tracking application based on user activity",
"author": "Lukas Winter <lukas@polyxo.de> (http://geloescht.net/)",
"dependencies": {
"activity-monitor": "^0.1.0",
"classnames": "^2.2.5",
"events": "^1.1.1",
"geolib": "^2.0.22",
"memoizee": "^0.4.1",
"node-sass": "^3.4.2",
"promise": "^7.0.0",
"react": "^15.4.1",
"react-addons-update": "^15.4.1",
"react-dom": "^15.4.1",
"sqlite": "^2.2.4"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"electron-version": "^1.0.2",
"extract-text-webpack-plugin": "^1.0.1",
"glob": "^7.0.5",
"node-sass": "^3.8.0",
"postcss-loader": "^0.9.1",
"require-relative": "^0.8.7",
"resolve-url-loader": "^1.4.4",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
},
"engines": {
"electron": "^1.4.14"
},
"license": "GPL-3.0"
}