-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.66 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
53
54
55
{
"name": "albert-sabate",
"version": "1.0.0",
"description": "Personal Resume Albert Sabaté",
"main": "app.js",
"author": "Albert Sabaté",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --inline --hot --progress --colors --env=development",
"dev": "webpack --env=development",
"build": "webpack --env=production"
},
"dependencies": {
"babel-polyfill": "v7.0.0-beta.3",
"bootstrap": "4.0.0-beta.3",
"font-awesome-sass": "^4.7.0",
"moment": "^2.20.1",
"prop-types": "^15.5.10",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-svg": "^2.2.7",
"react-transition-group": "^2.2.1",
"reactstrap": "5.0.0-alpha.4",
"smoothscroll-polyfill": "^0.4.0"
},
"devDependencies": {
"babel-core": "v7.0.0-beta.3",
"babel-eslint": "8.0.3",
"babel-loader": "7.1.2",
"babel-preset-env": "v7.0.0-beta.3",
"babel-preset-react": "v7.0.0-beta.3",
"babel-preset-stage-2": "v7.0.0-beta.3",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.3",
"css-loader": "^0.28.7",
"eslint": "^4.13.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"json-loader": "^0.5.7",
"node-sass": "^4.7.2",
"path": "^0.12.7",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.1.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7",
"sw-precache-webpack-plugin": "^0.11.4"
}
}