-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
{
"description": "Custom length S.N. Goenka guided meditations",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/dsernst/goenka-timer.git"
},
"scripts": {
"start": "gulp develop",
"test": "eslint ."
},
"devDependencies": {
"browserify": "^6.3.3",
"del": "^0.1.3",
"eslint": "^5.12.0",
"eslint-plugin-react": "^7.12.3",
"gulp": "^3.8.10",
"gulp-inject": "^1.0.2",
"gulp-less": "^1.3.6",
"gulp-run-sequence": "^0.3.2",
"gulp-util": "^3.0.1",
"gulp-webserver": "^0.9.1",
"mac-sounds": "^0.1.1",
"reactify": "^0.17.1",
"redux-devtools": "^2.1.0",
"should": "^7.1.0",
"vinyl-source-stream": "^1.0.0"
},
"dependencies": {
"fluxxor": "^1.7.1",
"howler": "^1.1.26",
"lodash": "^3.10.0",
"material-ui": "^0.10.1",
"moment": "^2.10.5",
"react": "^0.13.3",
"react-redux": "^2.1.0",
"react-router": "^0.13.3",
"react-tap-event-plugin": "^0.1.7",
"react-time-picker": "^1.1.0",
"redux": "^2.0.0",
"redux-localstorage": "^0.4.0"
},
"jest": {
"unmockedModulePathPatterns": [
"node_modules/fluxxor"
]
}
}