-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.21 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
105
106
107
108
109
110
111
112
113
114
{
"name": "foodipy",
"version": "1.0.0",
"description": "> JavaScript-Capstone",
"main": "script.js",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free": "^6.0.0",
"acorn": "^7.4.1",
"acorn-jsx": "^5.3.2",
"ansi-colors": "^4.1.1",
"ansi-regex": "^5.0.1",
"ansi-styles": "^3.2.1",
"astral-regex": "^2.0.0",
"balanced-match": "^1.0.2",
"brace-expansion": "^1.1.11",
"call-bind": "^1.0.2",
"callsites": "^3.1.0",
"color-convert": "^1.9.3",
"color-name": "^1.1.3",
"concat-map": "^0.0.1",
"debug": "^4.3.3",
"deep-is": "^0.1.4",
"emoji-regex": "^8.0.0",
"es-to-primitive": "^1.2.1",
"escape-string-regexp": "^1.0.5",
"eslint-visitor-keys": "^1.3.0",
"espree": "^7.3.1",
"esprima": "^4.0.1",
"esrecurse": "^4.3.0",
"estraverse": "^4.3.0",
"esutils": "^2.0.3",
"fast-deep-equal": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"fast-levenshtein": "^2.0.6",
"flatted": "^3.2.5",
"fs.realpath": "^1.0.0",
"function-bind": "^1.1.1",
"get-intrinsic": "^1.1.1",
"get-symbol-description": "^1.0.0",
"globals": "^11.12.0",
"has": "^1.0.3",
"has-bigints": "^1.0.1",
"has-flag": "^3.0.0",
"has-symbols": "^1.0.2",
"has-tostringtag": "^1.0.0",
"http-server": "^14.1.0",
"ignore": "^4.0.6",
"inherits": "^2.0.4",
"is-bigint": "^1.0.4",
"is-boolean-object": "^1.1.2",
"is-callable": "^1.2.4",
"is-core-module": "^2.8.1",
"is-date-object": "^1.0.5",
"is-extglob": "^2.1.1",
"is-fullwidth-code-point": "^3.0.0",
"is-glob": "^4.0.3",
"is-negative-zero": "^2.0.2",
"is-number-object": "^1.0.6",
"is-regex": "^1.1.4",
"is-shared-array-buffer": "^1.0.1",
"is-string": "^1.0.7",
"is-symbol": "^1.0.4",
"is-weakref": "^1.0.2",
"isexe": "^2.0.0",
"js-tokens": "^4.0.0",
"jsesc": "^2.5.2",
"json-schema-traverse": "^0.4.1",
"json5": "^1.0.1",
"lodash.truncate": "^4.4.2",
"luxon": "^2.3.0",
"minimatch": "^3.0.5",
"minimist": "^1.2.5",
"ms": "^2.1.2",
"path": "^0.12.7"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"babel-eslint": "^10.1.0",
"css-loader": "^6.6.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.25.4",
"hint": "^6.1.9",
"html-webpack-plugin": "^5.5.0",
"jest": "^27.5.1",
"jest-fetch-mock": "^3.0.3",
"style-loader": "^3.3.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^21.0.0",
"stylelint-csstree-validator": "^1.9.0",
"stylelint-scss": "^3.21.0",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"scripts": {
"build": "webpack --mode development",
"start": "webpack serve --open",
"test": "jest --env=jsdom",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harlexkhal/To-do-list-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/harlexkhal/To-do-list-app/issues"
},
"homepage": "https://github.com/harlexkhal/To-do-list-app#readme"
}