-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.49 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.49 KB
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
{
"name": "perifacode.com",
"version": "2.0.0",
"private": true,
"description": "A comunidade de programação da periferia",
"author": "perifaCode",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "NODE_ENV=jsdom jest --watch",
"component": "npx generate-react-cli component"
},
"dependencies": {
"@tailwindcss/typography": "^0.4.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.7",
"@types/jest": "^26.0.23",
"@types/styled-components": "^5.1.9",
"autoprefixer": "^10.2.4",
"babel-plugin-styled-components": "^1.12.0",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"gatsby": "^2.32.4",
"gatsby-image": "^2.11.0",
"gatsby-plugin-postcss": "^3.7.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sharp": "^2.14.1",
"gatsby-plugin-styled-components": "^4.6.0",
"gatsby-source-datocms": "^2.5.12",
"generate-react-cli": "^7.0.0",
"postcss": "^8.2.6",
"react": "^16.13.1",
"react-datocms": "^1.5.3",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"styled-components": "^5.3.0",
"tailwindcss": "^2.0.3",
"typescript": "^4.3.2"
},
"devDependencies": {
"babel-jest": "^27.0.2",
"babel-preset-gatsby": "^1.6.0",
"jest": "^27.0.3",
"kcd-scripts": "^10.1.1",
"ts-jest": "^27.0.1"
}
}