-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.62 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
{
"name": "ohcoe-hugo",
"version": "0.0.0",
"description": "Hugo site Oral Health Care in the Opiod Epidemic",
"main": "index.js",
"scripts": {
"serve": "make runserver",
"cypress:test": "cypress run",
"cypress:open": "cypress open",
"test": "start-server-and-test serve http://127.0.0.1:1313 cypress:test",
"watch-scss": "node-sass --output static/css static/scss/main.scss && postcss -u autoprefixer -r static/css/main.css",
"build-scss": "nodemon -e scss -x 'npm run watch-scss'",
"eslint": "eslint static/js/*.js",
"watch": "webpack --watch --mode development",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git://github.com/ccnmtl/ohcoe-hugo.git"
},
"author": "Center for Teaching and Learning, Columbia University",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/ccnmtl/ohcoe-hugo/issues"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
"autoprefixer": "^10.2.5",
"axe-core": "^4.8.1",
"bootstrap": "~4.6.0",
"cypress": "^13.2.0",
"cypress-axe": "^1.5.0",
"eslint": "~9.14.0",
"eslint-plugin-cypress": "^4.0.0",
"eslint-plugin-security": "^3.0.0",
"globals": "^15.8.0",
"jquery": "^3.5.1",
"jsdom": "~25.0.0",
"mocha": "~11.0.0",
"node-sass": "^9.0.0",
"nodemon": "^3.0.1",
"postcss-cli": "^11.0.0",
"start-server-and-test": "^2.0.0",
"webpack": "^5.1.0",
"webpack-cli": "^5.0.0"
},
"homepage": "https://github.com/ccnmtl/ohcoe-hugo#readme",
"dependencies": {
"@sentry/browser": "^8.0.0",
"popper.js": "^1.16.1"
}
}