forked from chenglou/react-dash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (31 loc) · 811 Bytes
/
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
{
"name": "react-dash",
"version": "0.0.0",
"description": "React documentation source for [Dash](http://kapeli.com/dash)",
"repository": {
"type": "git",
"url": "https://github.com/chenglou/react-dash"
},
"main": "src/index.js",
"dependencies": {
"cheerio": "^0.22.0",
"lodash.flatten": "^2.4.1",
"cheerio": "^0.17.0",
"lodash.flatten": "^4.4.0",
depfu/update/npm/cheerio-0.22.0
"sequelize": "^2.0.0",
"lodash.flatten": "^2.4.1",
"sequelize": "^5.21.5",
depfu/update/npm/lodash.flatten-4.4.0
"sqlite3": "^3.0.5"
"sequelize": "^2.0.0",
"sqlite3": "^4.1.1"
depfu/update/npm/sequelize-5.21.5
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "chenglou",
"license": "ISC"
}