-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
67 lines (67 loc) · 2 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
{
"name": "campl-ng",
"description": "A modern implementation of the Project Light theme for the University of Cambridge",
"version": "0.1.2-alpha1",
"homepage": "http://people.ds.cam.ac.uk/wac26/campl-ng/",
"author": "Bill Collins <[email protected]>",
"scripts": {
"build": "node ./build.js",
"lint:js": "eslint --report-unused-disable-directives *.js src",
"serve": "http-server build"
},
"browserslist": [
"defaults"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mrginglymus/campl-ng.git"
},
"bugs": {
"url": "https://github.com/mrginglymus/campl-ng/issues"
},
"license": "ISC",
"dependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@fontsource/open-sans": "^4.2.2",
"babel-loader": "^8.2.2",
"bootstrap": "4.6.0",
"campl-ng": "link:src",
"campl-ng-demo": "link:demo",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"copy-webpack-plugin": "^8.1.1",
"core-js": "^3.10.1",
"css-loader": "^5.2.1",
"eonasdan-bootstrap-datetimepicker": "patch:[email protected]#./patches/eonasdan-bootstrap-datetimepicker.patch",
"file-loader": "^6.2.0",
"font-awesome": "4.7.0",
"js-cookie": "2.2.1",
"mini-css-extract-plugin": "^1.4.1",
"node-sass-json-importer": "^4.3.0",
"popper.js": "1.16.1",
"pug": "^3.0.2",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0"
},
"devDependencies": {
"eslint": "^7.24.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-unicorn": "^29.0.0",
"highlight.js": "^10.7.2",
"http-server": "^0.12.3",
"lorem-ipsum": "^2.0.3",
"moment": "^2.29.1",
"pug-lexer": "^5.0.1",
"pug-parser": "^6.0.0",
"pug-walk": "^2.0.0",
"rss-parser": "^3.12.0",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-dev-server": "^3.11.2"
},
"peerDependencies": {
"jquery": "3.6.0"
}
}