-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.19 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
{
"name": "portfolio",
"version": "0.1.0",
"description": "CTL Portfolio",
"license": "GPL-2.0+",
"scripts": {
"test": "mocha",
"build-scss": "sass media/scss/main.scss media/css/main.css --source-map --style=compressed",
"prefix-scss": "postcss media/css/main.css --use=autoprefixer --replace --map",
"scss": "nodemon --watch media/scss --verbose -e scss -x 'npm run build-scss && npm run prefix-scss'",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:test": "start-server-and-test 'make integrationserver' http-get://127.0.0.1:8000 cypress:run"
},
"repository": {
"type": "git",
"url": "git://github.com/ccnmtl/portfolio.git"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.17.0",
"autoprefixer": "^10.4.20",
"axe-core": "^4.10.2",
"cypress": "^13.17.0",
"cypress-axe": "^1.5.0",
"eslint": "~9.17.0",
"eslint-plugin-security": "~3.0.1",
"globals": "^15.14.0",
"mocha": "~11.0.1",
"nodemon": "^3.1.9",
"postcss-cli": "^11.0.0",
"sass": "^1.83.0",
"sinon": "~19.0.2",
"start-server-and-test": "^2.0.9"
},
"dependencies": {
"requirejs": "~2.3.7"
}
}