-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "monilaria-schedule",
"version": "0.0.1",
"description": "A personal schedule app",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jiyinyiyong",
"license": "MIT",
"keywords": [
"schedule"
],
"devDependencies": {
"cirru-script": "^0.4.26",
"cirru-script-loader": "0.1.0",
"del": "^1.1.1",
"gulp": "^3.9.0",
"hsl": "^0.1.1",
"immutablepatch": "^0.2.2",
"keycode": "^2.1.0",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react-hot-loader": "^1.3.0",
"react-lite-json-viewer": "^1.0.1",
"react-lite-space": "^1.0.0",
"rsyncwrapper": "^0.4.2",
"run-sequence": "^1.0.2",
"stir-template": "^0.1.4",
"webpack": "^1.8.5",
"webpack-dev-server": "^1.8.0"
},
"dependencies": {
"actions-recorder": "^1.6.3",
"immutable": "^3.7.5",
"immutablediff": "^0.4.2",
"shortid": "^2.2.4",
"ws": "^7.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Cumulo/monilaria-schedule.git"
},
"bugs": {
"url": "https://github.com/Cumulo/monilaria-schedule/issues"
},
"homepage": "https://github.com/Cumulo/monilaria-schedule"
}