-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.8 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.8 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
59
60
61
62
63
64
65
66
{
"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": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "eslint"
},
"dependencies": {
"@oruga-ui/oruga-next": "0.13.1",
"@oruga-ui/theme-bulma": "^0.9.0",
"core-js": "^3.49.0",
"crypto-js": "^4.2.0",
"vue": "^3.5.30",
"vue-router": "^4.6.4",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^30.0.0",
"@vue/babel-preset-app": "^5.0.8",
"@vue/cli-plugin-babel": "^5.0.9",
"@vue/cli-plugin-e2e-cypress": "^5.0.9",
"@vue/cli-plugin-typescript": "^5.0.9",
"@vue/cli-plugin-unit-jest": "^5.0.9",
"@vue/cli-service": "^5.0.9",
"@vue/compiler-sfc": "^3.5.28",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/test-utils": "2.4.6",
"@vue/vue3-jest": "^29.2.6",
"babel-jest": "^30.3.0",
"babel-loader": "^10.1.1",
"cypress": "^15.11.0",
"eslint": "^9.39.2",
"eslint-plugin-cypress": "^6.2.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-vue": "^10.8.0",
"eslint-plugin-vuejs-accessibility": "^2.5.0",
"globals": "^17.4.0",
"jest": "30.3.0",
"sass": "^1.98.0",
"sass-loader": "^16.0.7",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3"
},
"categories": [
"Other"
],
"displayName": "Simple Encrypt Decrypt Vue",
"keywords": [
"Cryptography",
"Vue.js"
],
"license": "MIT"
}