-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
54 lines (54 loc) · 1.3 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
{
"name": "dashydash",
"version": "1.1.0",
"description": "",
"scripts": {
"start": "node ./src/server.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/z1c0/dashydash.git"
},
"author": "z1c0",
"license": "MIT",
"bugs": {
"url": "https://github.com/z1c0/dashydash/issues"
},
"homepage": "https://github.com/z1c0/dashydash#readme",
"dependencies": {
"babel-eslint": "^7.2.3",
"body-parser": "^1.19.1",
"browserify": "^17.0.0",
"cheerio": "^1.0.0-rc.10",
"cron": "^1.8.2",
"emojione": "^4.5.0",
"eslint-plugin-react": "^7.28.0",
"express": "^4.17.2",
"flux": "^4.0.3",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-flatten": "^0.4.0",
"gulp-live-server": "0.0.31",
"gulp-nodemon": "^2.5.0",
"ical": "^0.8.0",
"moment": "^2.29.4",
"nedb": "^1.8.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"reactify": "^1.1.1",
"request": "^2.88.0",
"vinyl-source-stream": "^2.0.0",
"weather-icons": "^1.3.2"
},
"devDependencies": {
"chai": "^4.3.6",
"connect-livereload": "^0.6.1",
"gulp-sass": "^5.1.0",
"mocha": "^9.2.0",
"node-sass": "^7.0.1"
}
}