-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 KB
/
package.json
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": "tailwind-colors",
"version": "0.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.1.4",
"json-url": "^2.6.0",
"popper.js": "^1.15.0",
"prismjs": "^1.23.0",
"vue": "^2.6.10",
"vue-analytics": "^5.17.0",
"vue-color": "^2.7.0",
"vue-prism-component": "^1.1.1",
"vue-social-sharing": "^2.4.7",
"vuedraggable": "^2.23.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.2.0",
"@ky-is/vue-cli-plugin-tailwind": "^2.0.0",
"@vue/cli-plugin-babel": "^3.9.2",
"@vue/cli-plugin-eslint": "^3.9.2",
"@vue/cli-service": "^3.9.2",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.0.2",
"eslint": "^6.0.1",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^5.2.3",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.0.5",
"vue-template-compiler": "^2.6.10"
}
}