-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.11 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
{
"name": "tawkto-frontend-take-home",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"dev": "webpack-dev-server --config webpack.config.js --mode production"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.0",
"autoprefixer": "^10.4.14",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^3.4.1",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^8.5.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"url-loader": "^3.0.0",
"vue-loader": "^16.0.0",
"vue-router": "^4.0.12",
"vue-style-loader": "^4.1.2",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"axios": "^0.19.2",
"date-fns": "^2.30.0",
"node-sass": "^9.0.0",
"pinia": "^2.1.4",
"style-loader": "^3.3.0",
"tailwindcss": "^3.3.2",
"vue": "^3.2.0"
},
"author": "",
"description": ""
}