-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.71 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "work-gold-dev-test",
"version": "1.1.0",
"description": "",
"main": "index.js",
"homepage": "https://kostiantyno.github.io/work-gold-dev-test",
"scripts": {
"dev": "parcel src/*.html",
"build": "parcel build src/*.html --public-url /work-gold-dev-test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KostiantynO/work-gold-dev-test.git"
},
"keywords": [],
"author": "KostiantynO <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/KostiantynO/work-gold-dev-test/issues"
},
"customDistStructure": {
"config": {
"css": [
".css",
".css.map"
],
"js": [
".js",
".js.map"
],
"fonts": [
".otf"
],
"images/photos": [
".jpg",
".png"
],
"images/svg": [
".svg"
],
"images/favicon": [
".ico",
"favicon*.png",
"android-chrome*.png",
"apple-touch-icon*.png"
]
},
"options": {
"development": true
}
},
"devDependencies": {
"browserslist": "^4.17.5",
"caniuse-lite": "^1.0.30001274",
"lodash.throttle": "^4.1.1",
"parcel-bundler": "^1.12.5",
"parcel-plugin-custom-dist-structure": "^1.1.19",
"parcel-plugin-handlebars-precompile": "^1.0.2",
"parcel-plugin-nuke-dist": "^1.0.1",
"parcel-plugin-static-files-copy": "^2.6.0",
"posthtml-include": "^1.6.2",
"sass": "^1.32.8"
},
"dependencies": {
"modern-normalize": "^1.1.0",
"simplelightbox": "^2.9.0"
},
"staticFiles": {
"staticPath": [
{
"staticPath": "./src/images",
"staticOutDir": "images"
}
],
"watcherGlob": "**"
}
}