-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.53 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.53 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "simple-encrypt-decrypt-vue",
"version": "0.1.1",
"private": true,
"description": "Simple Encrypt Decryption Pages in Vue.js",
"author": {
"email": "bervianto.leo@gmail.com",
"name": "Bervianto Leo Pratama"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"test:unit": "vitest run",
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --headless'",
"lint": "eslint"
},
"dependencies": {
"@oruga-ui/oruga-next": "0.13.2",
"@oruga-ui/theme-bulma": "^0.9.0",
"bulma": "^1.0.4",
"crypto-js": "^4.2.0",
"vue": "^3.5.32",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@types/crypto-js": "^4.2.2",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/test-utils": "2.4.6",
"cypress": "^15.13.0",
"eslint": "^10.1.0",
"eslint-plugin-cypress": "^6.2.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-vue": "^10.8.0",
"eslint-plugin-vuejs-accessibility": "^2.5.0",
"globals": "^17.4.0",
"happy-dom": "^20.8.9",
"lightningcss": "^1.32.0",
"sass": "^1.99.0",
"start-server-and-test": "^3.0.0",
"typescript": "^6.0.2",
"vite": "^8.0.3",
"vitest": "^4.1.2",
"vue-tsc": "^3.2.6"
},
"categories": [
"Other"
],
"displayName": "Simple Encrypt Decrypt Vue",
"keywords": [
"Cryptography",
"Vue.js"
],
"license": "MIT"
}