-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 938 Bytes
/
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
{
"name": "DjangoConUS",
"version": "1.0.0",
"description": "DjangoCon US Website",
"devDependencies": {
"all-contributors-cli": "^4.11.2",
"css-loader": "^3.4.2",
"fibers": "^4.0.2",
"mini-css-extract-plugin": "^0.9.0",
"resolve-url-loader": "^3.1.1",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"scripts": {
"add": "all-contributors add",
"generate": "all-contributors generate",
"build": "webpack",
"watch-fe-dev": "",
"watch-jk-dev": "bundle exec jekyll serve --watch -l -H 0.0.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/djangocon/2019.djangocon.us"
},
"author": "DEFNA",
"license": "MIT",
"private": true,
"dependencies": {
"foundation-sites": "^6.5.3",
"hamburgers": "^1.1.3",
"jquery": "^3.5.0",
"motion-ui": "^2.0.3",
"what-input": "^5.2.6"
}
}