-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "github-organizations-page",
"version": "1.1.0",
"main": "index.js",
"repository": "https://github.com/gusbueno/github-organizations-page.git",
"author": "Gustavo Bueno <gustavo.bueno89@gmail.com>",
"license": "MIT",
"scripts": {
"tsc": "tsc",
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production"
},
"devDependencies": {
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.1",
"@types/webpack-dev-server": "^3.11.0",
"clean-webpack-plugin": "^3.0.0",
"dotenv-webpack": "^2.0.0",
"html-webpack-plugin": "^4.3.0",
"mini-svg-data-uri": "^1.2.3",
"source-map-loader": "^1.0.1",
"ts-loader": "^8.0.0",
"typescript": "^3.9.6",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@apollo/client": "^3.0.2",
"graphql": "^15.3.0",
"polished": "^3.6.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^5.1.1"
}
}