forked from pythonbrasil/pybr2018-site
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
71 lines (71 loc) · 2.59 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "python-brasil-2018",
"version": "1.3.0",
"description": "Python Brasil 2018 website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --inline --hot",
"bundle": "rm -rf dist && webpack --progress --config webpack.production.config.js",
"production": "npm run bundle && cp ./.gitignore dist/.gitignore && git checkout production-bundle && rm -f *.* && rm -f ./.gitignore && cp -rf dist/* . && cp -f dist/.gitignore ./.gitignore && rm -rf dist && git add . && git commit -am 'updating production bundle' && git push --all origin && git checkout master"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/evolux/site-python-brasil-2018.git"
},
"author": "Evolux",
"license": "ISC",
"homepage": "https://bitbucket.org/evolux/site-python-brasil-2018#readme",
"devDependencies": {
"@material/linear-progress": "^0.30.0",
"@material/menu": "^0.30.0",
"@material/snackbar": "^0.29.0",
"animated-scroll-to": "^1.1.8",
"autoprefixer": "^7.1.4",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"bootstrap": "^4.0.0-alpha.6",
"cname-webpack-plugin": "^1.0.1",
"css-loader": "^0.28.7",
"eslint": "^3.19.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.28.0",
"image-webpack-loader": "^4.2.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"navigo": "^7.0.0",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"react-popover": "^0.5.7",
"sass-loader": "^6.0.6",
"scroll-navigation-menu": "git+https://github.com/jhonnymichel/scroll-navigation-menu.git",
"scrolling-element": "^1.0.2",
"showdown": "^1.8.6",
"storm-scroll-to": "^1.0.6",
"style-loader": "^0.18.2",
"tether": "^1.4.0",
"uninstall": "0.0.0",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.4.2",
"workbox-webpack-plugin": "^3.2.0"
},
"dependencies": {
"classnames": "^2.2.6",
"lodash": "^4.17.10",
"moment-timezone": "^0.5.21",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-sticky": "^6.0.3"
}
}