-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.01 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "web-project--velvet-gourmet",
"version": "1.0.0",
"private": true,
"scripts": {
"postcss": "postcss src/css/styles.css --dir public",
"webpack": "webpack",
"json": "json-server db.json",
"deploy": "node ./public/port.js"
},
"keywords": [],
"author": "vladnomad",
"license": "ISC",
"devDependencies": {
"cssnano": "^5.1.14",
"json-server": "^0.17.1",
"postcss": "^8.4.18",
"postcss-cli": "^10.0.0",
"postcss-import": "^15.0.0",
"postcss-preset-env": "^7.8.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"ansi-regex": "^5.0.1",
"ansi-styles": "^4.3.0",
"anymatch": "^3.1.2",
"axios": "^1.2.0",
"binary-extensions": "^2.2.0",
"braces": "^3.0.2",
"chokidar": "^3.5.3",
"cliui": "^8.0.1",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"dependency-graph": "^0.11.0",
"dir-glob": "^3.0.1",
"dotenv": "^16.0.3",
"emoji-regex": "^8.0.0",
"escalade": "^3.1.1",
"fast-glob": "^3.2.12",
"fastq": "^1.13.0",
"fill-range": "^7.0.1",
"fs-extra": "^10.1.0",
"function-bind": "^1.1.1",
"get-caller-file": "^2.0.5",
"get-stdin": "^9.0.0",
"glob-parent": "^5.1.2",
"globby": "^13.1.2",
"graceful-fs": "^4.2.10",
"has": "^1.0.3",
"ignore": "^5.2.0",
"is-binary-path": "^2.1.0",
"is-core-module": "^2.11.0",
"is-extglob": "^2.1.1",
"is-fullwidth-code-point": "^3.0.0",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"jsonfile": "^6.1.0",
"lilconfig": "^2.0.6",
"lodash": "^4.17.21",
"merge2": "^1.4.1",
"micromatch": "^4.0.5",
"nanoid": "^3.3.4",
"normalize-path": "^3.0.0",
"path-parse": "^1.0.7",
"path-type": "^4.0.0",
"picocolors": "^1.0.0",
"picomatch": "^2.3.1",
"pify": "^2.3.0",
"postcss-load-config": "^4.0.1",
"postcss-reporter": "^7.0.5",
"postcss-value-parser": "^4.2.0",
"pretty-hrtime": "^1.0.3",
"queue-microtask": "^1.2.3",
"read-cache": "^1.0.0",
"readdirp": "^3.6.0",
"require-directory": "^2.1.1",
"resolve": "^1.22.1",
"reusify": "^1.0.4",
"run-parallel": "^1.2.0",
"slash": "^4.0.0",
"source-map-js": "^1.0.2",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"supports-preserve-symlinks-flag": "^1.0.0",
"thenby": "^1.3.4",
"to-regex-range": "^5.0.1",
"universalify": "^2.0.0",
"wrap-ansi": "^7.0.0",
"y18n": "^5.0.8",
"yaml": "^2.1.3",
"yargs": "^17.6.0",
"yargs-parser": "^21.1.1"
},
"description": "A one page catering web project as a part of the practical part of a JavaScript course. I had made multiple changes to the project's HTML, CSS and file structure before implementing JavaScript.",
"repository": {
"type": "git",
"url": "git+https://github.com/vladnomad/web-project--velvet-gourmet.git"
},
"bugs": {
"url": "https://github.com/vladnomad/web-project--velvet-gourmet/issues"
},
"homepage": "https://github.com/vladnomad/web-project--velvet-gourmet#readme"
}