-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"name": "textencrypter.com",
"version": "2.1.0",
"description": "Universal text data encryption and decryption tool based on AES-256 CBC. Encrypt text or custom files. Privacy secure encryption in your browser only.",
"productName": "Text Encrypter - free and privacy secure browser text encryption tool",
"author": "mobycrypt",
"private": true,
"type": "module",
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"dev": "node_modules/.bin/quasar dev -m ssr",
"build": "node_modules/.bin/quasar build",
"build-ssr": "node_modules/.bin/quasar build -m ssr"
},
"dependencies": {
"@quasar/extras": "^1.16.4",
"aes-js": "^3.1.2",
"buffer": "^6.0.3",
"file-saver": "^2.0.5",
"js-sha256": "^0.11.0",
"quasar": "^2.21.3",
"vue": "^3.5.0",
"vue-router": "^5.0.6"
},
"devDependencies": {
"@quasar/app-vite": "^3.3.1",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.14"
},
"engines": {
"node": ">=24.18.0",
"npm": ">= 11.0.0"
},
"allowScripts": {
"@parcel/watcher@2.6.0": true
}
}