forked from boussadjra/vue3-tailwind2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 999 Bytes
/
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
{
"name": "vue3-tailwind2",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@carbon/icons": "^10.21.0",
"autoprefixer": "^9.8.6",
"axios": "^0.21.0",
"core-js": "^3.6.5",
"css-pro-layout": "^1.0.2",
"postcss": "^7.0.35",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.1",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vue3-router-tree": "^0.2.4",
"vuex": "^4.0.0-0",
"vueye-phone-input": "^0.1.2-alpha.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.2.0",
"@vue/babel-plugin-jsx": "^1.0.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.2",
"typescript": "~3.9.3"
}
}