-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.31 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
{
"name": "ariefid-devcode-vuejs",
"version": "1.0.0",
"description": "AriefID DevCode Frontend VueJS",
"keywords": [
"ariefid",
"devcode",
"vuejs"
],
"homepage": "https://github.com/ariefid/devcode-vuejs#readme",
"bugs": {
"url": "https://github.com/ariefid/devcode-vuejs/issues",
"email": "web.arief.id@gmail.com"
},
"license": "MIT",
"author": "Arief Pratama <web.arief.id@gmail.com> (https://arief.id/)",
"repository": {
"type": "git",
"url": "https://github.com/ariefid/devcode-vuejs.git"
},
"private": true,
"engines": {
"node": "= 16.x"
},
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"vue": "^3.2.38",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@types/node": "^16.11.56",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.12",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "~4.7.4",
"vite": "^3.0.9",
"vue-tsc": "^0.40.7"
}
}