-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 977 Bytes
/
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
{
"name": "shit",
"version": "1.2.0",
"description": "Electro Shit - сайт-справочник электрика",
"author": "mccrush.ru",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"bootstrap": "^5.0.0-beta1",
"vue": "^3.0.4"
},
"devDependencies": {
"@vue/cli-service": "^4.5.9",
"@vue/compiler-sfc": "^3.0.4"
},
"prettier": {
"singleQuote": true,
"semi": false,
"jsxBracketSameLine": true,
"arrowParens": "avoid",
"trailingComma": "none"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"bugs": {
"url": "https://github.com/mccrush/shit/issues"
},
"homepage": "https://github.com/mccrush/shit#readme",
"keywords": [
"сайт",
"электрик",
"справочник"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mccrush/shit.git"
}
}