-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.84 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
55
56
57
58
59
60
61
62
{
"name": "pkgstats.com",
"version": "0.1.0",
"description": "Quickly browse and discover the best packages on npm for your next project or application.",
"repository": {
"type": "git",
"url": "git+https://github.com/ryanhefner/pkgstats.git"
},
"author": "Ryan Hefner <hi@ryanhefner.com> (https://www.ryanhefner.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryanhefner/pkgstats/issues"
},
"homepage": "https://pkgstats.com",
"main": "server.js",
"scripts": {
"dev": "node server.js",
"build": "NODE_ENV=production next build src",
"now-build": "next build src",
"start": "NODE_ENV=production node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ibm/plex": "^5.1.3",
"@pkgstats/npm-user": "^4.1.1",
"@ryanhefner/next-page-transitions": "^1.0.0-beta.2-2",
"@zeit/next-sass": "^1.0.1",
"chart.js": "^2.9.4",
"clean-react-props": "^0.4.0",
"clipboard": "^2.0.6",
"compression": "^1.7.4",
"dayjs": "^1.9.4",
"dotenv": "^8.2.0",
"es6-promise": "^4.2.8",
"express": "^4.17.1",
"gravatar": "^1.8.1",
"hosted-git-info": "^3.0.7",
"isomorphic-fetch": "^3.0.0",
"lru-cache": "^6.0.0",
"next": "^10.0.7",
"next-redux-wrapper": "^5.0.0",
"next-routes": "^1.4.2",
"node-cache": "^5.1.2",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-markdown": "^5.0.2",
"react-redux": "^7.2.2",
"react-scroll-trigger": "^0.6.10",
"react-sparklines": "^1.7.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"rollbar": "^2.19.4",
"styled-components": "^5.2.0"
},
"devDependencies": {
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-styled-components": "^1.11.1"
}
}