-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.62 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
60
61
62
{
"name": "spa-parcel",
"version": "0.3.7",
"description": "Initial setup custom spa-template",
"private": true,
"scripts": {
"dev": "parcel ./src/index.html",
"lint": "eslint --fix ./src",
"build": "parcel build ./src/index.html --experimental-scope-hoisting --detailed-report",
"patch": ".\\node_modules\\.bin\\gulp patch"
},
"keywords": [],
"author": "Jone Polvora",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.14.6",
"bootstrap": "^4.6.0",
"common-tags": "^1.8.0",
"gasparesganga-jquery-loading-overlay": "^2.1.7",
"jquery": "^3.6.0",
"knockout": "^3.5.1",
"knockout.validation": "^2.0.4",
"page": "^1.11.6",
"sweetalert": "^2.1.2",
"toastr": "^2.1.4",
"wretch": "^1.7.4"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"acorn": "^8.4.1",
"babel-eslint": "^10.1.0",
"caprover": "^2.1.1",
"eslint": "^7.29.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.0",
"gulp": "^4.0.2",
"gulp-bump": "^3.2.0",
"gulp-filter": "^6.0.0",
"gulp-git": "^2.10.1",
"gulp-tag-version": "^1.3.1",
"husky": "^4.3.8",
"js-beautify": "^1.14.0",
"kind-of": ">=6.0.3",
"lint-staged": "^10.5.4",
"minimist": ">=1.2.5",
"parcel-bundler": "^1.12.5",
"parcel-plugin-clean-dist": "0.0.6",
"posthtml": "^0.13.4",
"posthtml-head-elements": "^0.5.1",
"prettier": "^2.3.2"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"browserslist": [
"iOS 9"
]
}