-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.51 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
{
"name": "guilhermescp.github.io",
"version": "1.0.0",
"description": "Buongiorno a lei",
"main": "index.html",
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --config webpack.config.js --mode production",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist --branch master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GuilhermeSCP/guilhermescp.github.io.git"
},
"author": "GuilhermeSCP",
"license": "ISC",
"bugs": {
"url": "https://github.com/GuilhermeSCP/guilhermescp.github.io/issues"
},
"homepage": "https://guilhermescp.github.io",
"dependencies": {
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-router-dom": "^4.3.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^1.0.0",
"css-loader": "^2.1.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.0",
"file-loader": "^3.0.1",
"gh-pages": "^2.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"prettier-eslint": "^8.8.2",
"react-hot-loader": "^1.3.0",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.13"
}
}