-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
38
39
40
41
42
43
{
"name": "translator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"author": "Ali Sharafi",
"license": "ISC",
"devDependencies": {
"@types/chrome": "0.0.181",
"@types/uuid": "^8.3.4",
"cross-env": "^7.0.3",
"dotenv-webpack": "^7.1.0",
"laravel-mix": "^6.0.43",
"resolve-url-loader": "^5.0.0",
"sass": "^1.50.0",
"sass-loader": "^12.6.0",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@types/axios": "^0.14.0",
"@types/vue": "^2.0.0",
"axios": "^0.26.1",
"element-ui": "^2.15.8",
"uuid": "^8.3.2",
"vue": "^2.6.14"
},
"volta": {
"node": "15.14.0"
}
}