-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.02 KB
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
{
"name": "okta-vue-sample",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"test": "vitest --watch=false",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@okta/okta-auth-js": "^7.10.1",
"@okta/okta-vue": "^5.7.0",
"axios": "^1.7.9",
"core-js": "^3.39.0",
"semantic-ui-css": "^2.5.0",
"text-encoding": "^0.7.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/eslint-plugin": "1.1.25",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/test-utils": "^2.4.6",
"dotenv": "^16.4.7",
"eslint": "^9.19.0",
"eslint-plugin-vue": "^9.32.0",
"jsdom": "^25.0.1",
"prettier": "^3.4.2",
"vite": "^5.4.14",
"vitest": "^2.1.8"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.34.1"
}
}