-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
77 lines (77 loc) · 2.47 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
72
73
74
75
76
77
{
"name": "python-sul-2019",
"version": "1.0.0",
"description": "Python Sul 2019 website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --inline --hot",
"production": "rm -rf dist && webpack --progress --config webpack.production.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/pythonsul/pythonsul2019-site"
},
"author": "Evolux",
"license": "ISC",
"homepage": "https://github.com/pythonsul/pythonsul2019-site#REAME.md",
"devDependencies": {
"@babel/core": "^7.4.4",
"@material/linear-progress": "^1.1.0",
"@material/menu": "^2.0.0",
"@material/snackbar": "^2.0.0",
"animated-scroll-to": "^1.2.2",
"autoprefixer": "^9.5.1",
"babel-loader": "^8.0.5",
"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.26.0",
"babel-preset-env": "^1.7.0",
"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.3.1",
"cname-webpack-plugin": "^1.0.5",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"extract-text-webpack-plugin": "v4.0.0-beta.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.6.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.4.1",
"navigo": "^7.1.2",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"react-popover": "^0.5.10",
"sass-loader": "^7.1.0",
"scroll-navigation-menu": "git+https://github.com/jhonnymichel/scroll-navigation-menu.git",
"scrolling-element": "^1.0.2",
"showdown": "^1.9.0",
"storm-scroll-to": "^1.0.11",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.3.0",
"tether": "^1.4.6",
"uglifyjs-webpack-plugin": "^2.1.3",
"uninstall": "0.0.0",
"webpack": "^4.0.1",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.3.1",
"workbox-webpack-plugin": "^4.3.1"
},
"dependencies": {
"@material/animation": "^3.0.0",
"classnames": "^2.2.6",
"lodash": "^4.17.11",
"moment-timezone": "^0.5.25",
"node-gyp": "^4.0.0",
"popper.js": "^1.15.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-sticky": "^6.0.3",
"tar": "^4.4.8"
}
}