-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.86 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": "longtail-buzz",
"private": true,
"description": "Discovering Trending Long-Tail Papers at CVPR and ICCV 2021",
"version": "0.1.1",
"license": "MIT License",
"scripts": {
"deploy": "yarn gatsby build --prefix-paths && yarn 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-cli": "^4.1.3",
"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.3",
"install": "^0.13.0",
"npm": "^7.5.2",
"polished": "^4.1.3",
"reach-router": "^0.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-github-btn": "^1.2.1",
"react-github-buttons": "^0.5.0",
"react-helmet": "^6.1.0",
"react-latex": "^2.0.0",
"react-twitter-embed": "^3.0.3",
"sass": "^1.43.4",
"sass-loader": "^12.3.0"
},
"devDependencies": {
"eslint-import-resolver-alias": "^1.1.2",
"prettier": "2.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/rahulvigneswaran/longtail-buzz"
},
"bugs": {
"url": "https://github.com/rahulvigneswaran/longtail-buzz/issues"
}
}