-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.8 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.8 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
54
55
56
57
58
59
60
{
"name": "valenciafg.github.io",
"version": "1.0.0",
"description": "Portafolio Website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --config webpack.dev.js",
"watch": "webpack --config webpack.dev.js --watch",
"build": "webpack --config webpack.prod.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"cross-env": "^5.1.4",
"css-loader": "^0.28.10",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"file-loader": "^1.1.11",
"html-webpack-harddisk-plugin": "^0.2.0",
"html-webpack-plugin": "^3.0.6",
"image-webpack-loader": "^3.6.0",
"node-sass": "^4.7.2",
"react-hot-loader": "^4.0.0",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^6.0.7",
"script-loader": "^0.7.2",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.3",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.11",
"webpack-dev-server": "^3.1.1",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"jquery": "^3.3.1",
"lodash": "^4.17.5",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-background-slideshow": "^1.0.3",
"react-dom": "^16.2.0",
"react-horizontal-timeline": "^1.4.0",
"react-scroll": "^1.7.7",
"react-vertical-timeline-component": "^2.0.5",
"recharts": "^1.0.0-beta.10",
"semantic-ui-css": "^2.3.0",
"semantic-ui-react": "^0.78.3",
"vegas": "^2.4.0"
}
}