This repository was archived by the owner on Aug 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.64 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
{
"dependencies": {
"bootstrap-loader": "^2.1.0",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.28.4",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"font-loader": "^0.1.2",
"fullcalendar": "^3.4.0",
"ical.js": "^1.2.2",
"imports-loader": "^0.7.1",
"jquery": "^3.2.1",
"moment": "^2.18.1",
"node-sass": "^4.5.3",
"resolve-url-loader": "^2.1.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9"
},
"name": "ucsd-sums.github.io",
"description": "This repository contains the files that generate the SUMS website.",
"version": "1.0.0",
"main": "site.hs",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"babili-webpack-plugin": "^0.1.2",
"expose-loader": "^0.7.3",
"webpack": "^3.1.0"
},
"scripts": {
"watchSite": "stack clean && stack build && stack exec site watch",
"bundlejs": "webpack --progress --profile --colors",
"buildStaticDeps": "npm install --prefix ./static",
"clean": "rm -rf ./node_modules && rm -rf ./static/node_modules",
"postinstall": "npm run buildStaticDeps && npm run bundlejs",
"stackSetup": "stack setup && stack build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UCSD-SUMS/UCSD-SUMS.github.io.git"
},
"keywords": [
"hakyll"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/UCSD-SUMS/UCSD-SUMS.github.io/issues"
},
"homepage": "https://github.com/UCSD-SUMS/UCSD-SUMS.github.io#readme"
}