-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
35 lines (35 loc) · 906 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
{
"private": true,
"name": "packageinfo",
"description": "PackageInfo - npm package information using OneGraph",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"date-fns": "^2.16.0",
"fela": "^11.5.0",
"fela-dom": "^11.5.0",
"fela-preset-web": "^11.5.0",
"fela-sort-media-query-mobile-first": "^11.5.0",
"graphql": "^14.5.8",
"isomorphic-fetch": "^3.0.0",
"next": "^9.1.4",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-fela": "^11.5.0",
"react-markdown-github": "^3.0.1",
"react-markdown-github-renderers": "^1.0.3",
"react-onegraph": "^2.0.0",
"react-vis": "1.11.7",
"urql": "^1.6.3"
},
"devDependencies": {
"@next/bundle-analyzer": "^9.1.4",
"next-offline": "^4.0.6",
"prettier": "^1.14.2"
}
}