forked from pythonbrasil/pybr2018-site
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
49 lines (49 loc) · 1.44 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
{
"name": "python-sul-2018",
"version": "1.0.0",
"description": "Python Sul 2018",
"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": "[email protected]:pythonsul/pythonsul2018-site.git"
},
"author": "Evolux",
"license": "ISC",
"homepage": "https://github.com/pythonsul/pythonsul2018-site",
"devDependencies": {
"animated-scrollto": "^1.1.0",
"autoprefixer": "^7.1.4",
"babel-core": "^6.24.1",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bootstrap": "^4.0.0",
"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",
"jquery": "^3.2.1",
"node-sass": "^4.5.3",
"popper.js": "^1.11.0",
"postcss-loader": "^2.0.6",
"sass-loader": "^6.0.6",
"showdown": "^1.8.6",
"storm-scroll-to": "^1.0.6",
"storm-scrollto": "^1.0.3",
"style-loader": "^0.18.2",
"tether": "^1.4.0",
"uninstall": "0.0.0",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.4.2"
}
}