-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 725 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 725 Bytes
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
{
"name": "tailwind-colors",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint \"src/**/*.{ts,vue}\""
},
"dependencies": {
"prismjs": "^1.23.0",
"vue": "^3.0.5",
"vue-router": "4"
},
"devDependencies": {
"@rollup/plugin-eslint": "^8.0.1",
"@types/node": "^14.14.32",
"@types/prismjs": "^1.16.5",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.0.5",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^7.7.0",
"prettier": "^2.2.1",
"typescript": "^4.1.3",
"vite": "^2.0.5",
"vite-plugin-windicss": "^0.11.0"
}
}