-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
38
39
40
41
{
"name": "vue-wp-starter",
"version": "1.0.0",
"description": "A WordPress Vue.js starter plugin",
"author": "Tareq Hasan <[email protected]>",
"license": "GPLv2",
"private": true,
"scripts": {
"dev": "webpack --watch --progress --hide-modules",
"dev-build": "webpack -d --mode development",
"build": "webpack -p --mode production"
},
"dependencies": {
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"tailwindcss": "^1.2.0",
"uikit": "^3.3.7",
"gsap": "^3.2.6"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "latest",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template": "^6.2.0",
"@fullhuman/postcss-purgecss": "^2.1.0",
"autoprefixer": "^9.7.5",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"terser-webpack-plugin": "^2.2.1",
"url-loader": "^2.2.0",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
}
}