-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1.09 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
{
"name": "histologylab-static",
"version": "0.0.0",
"description": "Hugo site for Histology Lab",
"main": "index.js",
"scripts": {
"test": "mocha themes/ctl-histologylab/static/js/tests",
"watch-scss": "node-sass --output themes/ctl-histologylab/static/css themes/ctl-histologylab/static/scss/main.scss && postcss -u autoprefixer -r themes/ctl-histologylab/static/css/main.css",
"build-scss": "nodemon -e scss -x 'npm run watch-scss'"
},
"repository": {
"type": "git",
"url": "git://github.com/ccnmtl/histologylab-static.git"
},
"author": "Center for Teaching and Learning, Columbia University",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/ccnmtl/histologylab-static/issues"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint": "~9.20.0",
"eslint-plugin-security": "^3.0.0",
"globals": "^15.8.0",
"jquery": "^3.5.0",
"jsdom": "~26.0.0",
"mocha": "~11.1.0",
"node-sass": "^9.0.0",
"nodemon": "^3.0.1",
"postcss-cli": "^11.0.0"
},
"homepage": "https://github.com/ccnmtl/histologylab-static#readme"
}