-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.23 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
{
"name": "cryptonomicon",
"version": "1.0.0",
"description": "cryptonomicon",
"author": "Rodion",
"scripts": {
"build": "vite build --mode production",
"lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs --ignore-path .gitignore",
"lint:fix": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"dev": "vite build --mode development",
"serve": "vite",
"preview": "vite preview --port 5050"
},
"dependencies": {
"autoprefixer": "^10",
"postcss": "^8",
"tailwindcss": "^3",
"vue": "^3.2.31"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@tailwindcss/forms": "^0.5.0",
"@vitejs/plugin-vue": "^2.2.2",
"@vue/cli": "^5.0.1",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"vite": "^2.8.4",
"vue-cli-plugin-tailwind": "~3.0.0"
},
"bugs": {
"url": "https://github.com/rodionbgd/cryptonomicon/issues"
},
"homepage": "https://github.com/rodionbgd/cryptonomicon#readme",
"keywords": [
"crypto",
"vue3"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/rodionbgd/cryptonomicon.git"
}
}