-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"name": "ofiartes",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack serve --mode=development",
"build": "webpack --mode=production"
},
"keywords": [
"React.js",
"Webpack",
"Contentful",
"Sass"
],
"author": "Santiago Restrepo, Juan Galvis, Miguel Angel, Daniela Jurado e Isabela Ceballos",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.3",
"css-loader": "^6.4.0",
"dotenv-webpack": "^7.0.3",
"html-webpack-plugin": "^5.4.0",
"mini-css-extract-plugin": "^2.4.3",
"robotstxt-webpack-plugin": "^7.0.0",
"sass": "^1.43.2",
"sass-loader": "^12.2.0",
"sass-resources-loader": "^2.2.4",
"sitemap-webpack-plugin": "^1.1.1",
"webpack": "^5.59.1",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1"
},
"dependencies": {
"contentful": "^9.1.3",
"react": "^17.0.2",
"react-content-loader": "^6.0.3",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-router-dom": "^5.3.0"
}
}