-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.47 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.47 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "email",
"version": "1.0.0",
"description": "https://www.postgresql.org/download/linux/ubuntu/ https://kb.objectrocket.com/postgresql/how-to-create-a-role-in-postgres-1454",
"main": "index.js",
"scripts": {
"dev-cli": "npx tailwindcss -i ./static/css/src/main.css -o ./static/css/dist/main.css --watch --minify",
"dev": "cross-env NODE_ENV=development webpack --watch & webpack-dev-server",
"dev-loc": "cross-env NODE_ENV=development webpack --watch",
"prod": "cross-env NODE_ENV=production webpack",
"build": "webpack --mode production",
"cypress:open": "cypress open",
"lint": "eslint --fix .",
"test:unit": "jest --no-cache",
"test:unit:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --no-cache --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/testpass1982/stmazon.git"
},
"keywords": [],
"author": "popov",
"license": "ISC",
"bugs": {
"url": "https://github.com/testpass1982/stmazon/issues"
},
"homepage": "https://github.com/testpass1982/stmazon#readme",
"dependencies": {
"axios": "^1.6.2",
"bootstrap-vue": "^2.23.1",
"express-static-gzip": "^2.1.7",
"vue": "^2.6.12",
"vue-async-computed": "^3.9.0",
"vue-axios": "^3.4.1",
"vue-loader": "^15.10.0",
"vue-router": "^3.5.1",
"vue-select": "^3.20.2",
"vue2-datepicker": "^3.11.1",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"zlib": "^1.0.5"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@testing-library/vue": "^5.6.2",
"@types/jquery": "^3.5.14",
"@vue/test-utils": "^1.2.1",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.2.5",
"brotli-gzip-webpack-plugin": "^0.5.0",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"node-sass": "^8.0.0",
"webpack": "^5.73.0",
"webpack-bundle-tracker": "^1.0.0-alpha.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"write-file-webpack-plugin": "^4.5.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"browser": {
"[module-name]": false
},
"sourceMaps": true
}