-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
33 lines (33 loc) · 1 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
{
"name": "leo-translate",
"description": "The Vue components of the extension",
"version": "1.18.0",
"author": "Mikhail <[email protected]>",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --watch --progress",
"build": "cross-env NODE_ENV=production webpack --progress",
"web-ext:run": "web-ext run --source-dir ./extension/",
"web-ext:build": "web-ext build --source-dir ./extension/ --artifactsDir ./extension/web-ext-artifacts/",
"web-ext:lint": "web-ext lint --source-dir ./extension/"
},
"dependencies": {
"debounce": "1.2.0",
"epic-spinners": "1.0.4",
"vue": "2.5.22"
},
"devDependencies": {
"@babel/core": "7.21.0",
"@babel/preset-env": "7.20.2",
"babel-loader": "9.1.2",
"cross-env": "3.0.0",
"css-loader": "6.7.3",
"sass": "1.58.3",
"sass-loader": "10.4.1",
"vue-loader": "15.10.1",
"vue-template-compiler": "2.5.22",
"web-ext": "7.5.0",
"webpack": "5.75.0",
"webpack-cli": "5.0.1"
}
}