-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.49 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
{
"name": "openconext-profile",
"version": "1.0.0",
"description": "OpenConext-profile provides an overview of your OpenConext profile",
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"axe-core": "^4.3.3",
"cypress": "^13.2.0",
"cypress-axe": "^0.13.0",
"cypress-html-validate": "^2.1.0",
"cypress-terminal-report": "^3.3.2",
"html-validate": "^6.2.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"@symfony/webpack-encore": "^4.6.1",
"autoprefixer": "^10.3.2",
"cssnano": "^5.0.8",
"details-element-polyfill": "^2.4.0",
"file-loader": "^6.2.0",
"postcss-loader": "^7.0.0",
"sass": "^1.35.1",
"sass-loader": "^14.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"encore": "encore",
"build": "encore production",
"watch": "encore dev --watch",
"cy:open": "cypress open",
"cypress:open": "npx cypress open",
"cy:run": "cypress run --browser firefox --headless"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenConext/OpenConext-profile.git"
},
"author": "SURFnet B.V.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OpenConext/OpenConext-profile/issues"
},
"homepage": "https://github.com/OpenConext/OpenConext-profile#readme",
"browserslist": [
"last 2 versions",
"> 0.5%",
"IE 10",
"IE 11"
],
"dependencies": {
},
"resolutions": {
"postcss": ">8.2.13"
}
}