-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.81 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
{
"name": "uffsnlp.github.io",
"private": false,
"description": "Site do grupo de estudos em processamento de linguagem natural - UFFS",
"version": "0.1.0",
"license": "GPLV3",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -H 0.0.0.0",
"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": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@gatsby-contrib/gatsby-transformer-ipynb": "^0.5.8",
"@rafaelquintanilha/gatsby-transformer-ipynb": "^0.1.21",
"@researchgate/react-intersection-observer": "^1.3.5",
"bootstrap": "^5.0.0-beta2",
"gatsby": "^2.26.1",
"gatsby-plugin-fontawesome-css": "^1.0.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sass": "^3.2.0",
"gatsby-plugin-scroll-reveal": "^0.0.7",
"gatsby-source-filesystem": "^2.11.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"sass": "^1.32.7",
"@emotion/stylis": "^0.8.5"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^1.7.0",
"prettier": "2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/uffsnlp/uffsnlp.github.io"
},
"bugs": {
"url": "https://github.com/uffsnlp/uffsnlp.github.io/issues"
}
}