-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.73 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "bx24dev",
"version": "0.4.1",
"description": "Bitrix24 Dev extension",
"author": "Andrey Neyman <andrey@neyman.tel>",
"engines": {
"node": ">=10"
},
"scripts": {
"prettier": "prettier \"src/**/*.{js,vue}\"",
"prettier:write": "npm run prettier -- --write",
"build": "cross-env NODE_ENV=production webpack",
"build:dev": "cross-env NODE_ENV=development webpack",
"build-zip": "node scripts/build-zip.js",
"watch": "npm run build -- --watch",
"watch:dev": "cross-env HMR=true npm run build:dev -- --watch",
"firefox": "bin/build_firefox.sh",
"chrome": "bin/build_chrome.sh"
},
"dependencies": {
"js-yaml": "^4.1.0",
"json-formatter-js": "^2.3.4",
"localforage": "^1.10.0",
"lodash-es": "^4.17.15",
"md5": "^2.3.0",
"qs": "^6.9.1",
"sass": "^1.42.1",
"vue": "^2.6.11",
"vue-bytesize-icons": "^0.1.1",
"vue-router": "^3.0.1",
"vue-select": "^3.10.3",
"vuex": "^3.1.2"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/runtime-corejs3": "^7.4.0",
"@linusborg/vue-simple-portal": "^0.1.4",
"@types/chrome": "^0.0.74",
"archiver": "^3.0.0",
"babel-loader": "^8.0.2",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.0.1",
"cross-env": "^5.2.0",
"css-loader": "^3.4.0",
"ejs": "^3.1.8",
"file-loader": "^5.0.2",
"mini-css-extract-plugin": "^2.6.1",
"sass-loader": "^13.2.0",
"strip-ansi": "^6.0.0",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.6.10",
"webextension-polyfill": "^0.6.0",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.8.0"
}
}