forked from djangocon/2022.djangocon.us
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 940 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": "^6.20.0",
"css-loader": "^6.7.1",
"fibers": "^5.0.1",
"mini-css-extract-plugin": "^2.6.1",
"resolve-url-loader": "^3.1.1",
"sass": "^1.54.0",
"sass-loader": "^13.0.2",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"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/2022.djangocon.us"
},
"author": "DEFNA",
"license": "MIT",
"private": true,
"dependencies": {
"foundation-sites": "^6.7.5",
"hamburgers": "^1.2.1",
"jquery": "^3.6.0",
"motion-ui": "^2.0.4",
"what-input": "^5.2.12"
}
}