-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 931 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 931 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
31
32
33
34
35
36
37
38
{
"name": "voice-talent-management",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack --config webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dayjs": "^1.10.4",
"vue-tailwind-picker": "^1.1.6",
"vuejs-noty": "^0.1.3"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"axios": "^0.20.0",
"css-loader": "^4.3.0",
"mini-css-extract-plugin": "^0.11.3",
"postcss-loader": "^4.2.0",
"style-loader": "^1.3.0",
"tailwindcss": "^1.9.6",
"vue": "^2.6.12",
"vue-axios": "^2.1.5",
"vue-cli": "^2.9.6",
"vue-click-outside": "^1.1.0",
"vue-loader": "^15.9.6",
"vue-router": "^3.5.1",
"vue-select": "^3.11.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.6.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
}
}