-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.69 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
{
"name": "cvpr-buzz",
"private": true,
"description": "Discovering Trending Papers at CVPR 2021",
"version": "0.1.0",
"license": "MIT License",
"scripts": {
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@types/d3": "^6.3.0",
"antd": "^4.6.5",
"d3": "^6.5.0",
"emoji-mart": "^3.0.1",
"gatsby": "^2.25.0",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-emotion": "^5.4.0",
"gatsby-plugin-react-helmet": "^3.3.11",
"gatsby-plugin-sass": "^2.3.13",
"gatsby-plugin-sharp": "^3.7.1",
"gatsby-plugin-typescript": "^2.4.20",
"gatsby-source-filesystem": "^3.7.1",
"gatsby-transformer-json": "^3.7.1",
"gatsby-transformer-sharp": "^3.7.1",
"gh-pages": "^3.2.2",
"install": "^0.13.0",
"node-sass": "^4.14.1",
"npm": "^7.5.2",
"polished": "^4.1.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-github-buttons": "^0.5.0",
"react-helmet": "^6.1.0",
"react-latex": "^2.0.0",
"react-twitter-embed": "^3.0.3"
},
"devDependencies": {
"eslint-import-resolver-alias": "^1.1.2",
"prettier": "2.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/mattdeitke/cvpr-buzz"
},
"bugs": {
"url": "https://github.com/mattdeitke/cvpr-buzz/issues"
}
}