-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 3.65 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "pokemon-api",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "jest",
"start": "webpack serve --open",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabianofrank/pokemon-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fabianofrank/pokemon-api/issues"
},
"homepage": "https://github.com/fabianofrank/pokemon-api#readme",
"devDependencies": {
"babel-eslint": "^10.1.0",
"css-loader": "^6.5.1",
"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.4.7",
"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.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2"
},
"dependencies": {
"acorn": "^8.7.0",
"acorn-import-assertions": "^1.8.0",
"ajv": "^6.12.6",
"ajv-keywords": "^3.5.2",
"browserslist": "^4.19.1",
"buffer-from": "^1.1.2",
"caniuse-lite": "^1.0.30001295",
"chrome-trace-event": "^1.0.3",
"clone-deep": "^4.0.1",
"colorette": "^2.0.16",
"commander": "^2.20.3",
"cross-spawn": "^7.0.3",
"electron-to-chromium": "^1.4.32",
"enhanced-resolve": "^5.8.3",
"envinfo": "^7.8.1",
"es-module-lexer": "^0.9.3",
"escalade": "^3.1.1",
"eslint-scope": "^5.1.1",
"esrecurse": "^4.3.0",
"estraverse": "^4.3.0",
"events": "^3.3.0",
"execa": "^5.1.1",
"fast-deep-equal": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"fastest-levenshtein": "^1.0.12",
"find-up": "^4.1.0",
"function-bind": "^1.1.1",
"get-stream": "^6.0.1",
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.2.8",
"has": "^1.0.3",
"has-flag": "^4.0.0",
"human-signals": "^2.1.0",
"import-local": "^3.0.3",
"interpret": "^2.2.0",
"is-core-module": "^2.8.0",
"is-plain-object": "^2.0.4",
"is-stream": "^2.0.1",
"isexe": "^2.0.0",
"isobject": "^3.0.1",
"jest-worker": "^27.4.5",
"json-parse-better-errors": "^1.0.2",
"json-schema-traverse": "^0.4.1",
"kind-of": "^6.0.3",
"loader-runner": "^4.2.0",
"locate-path": "^5.0.0",
"merge-stream": "^2.0.0",
"mime-db": "^1.51.0",
"mime-types": "^2.1.34",
"mimic-fn": "^2.1.0",
"neo-async": "^2.6.2",
"node-releases": "^2.0.1",
"npm-run-path": "^4.0.1",
"onetime": "^5.1.2",
"p-limit": "^2.3.0",
"p-locate": "^4.1.0",
"p-try": "^2.2.0",
"path-exists": "^4.0.0",
"path-key": "^3.1.1",
"path-parse": "^1.0.7",
"picocolors": "^1.0.0",
"pkg-dir": "^4.2.0",
"punycode": "^2.1.1",
"randombytes": "^2.1.0",
"rechoir": "^0.7.1",
"resolve": "^1.21.0",
"resolve-cwd": "^3.0.0",
"resolve-from": "^5.0.0",
"safe-buffer": "^5.2.1",
"schema-utils": "^3.1.1",
"serialize-javascript": "^6.0.0",
"shallow-clone": "^3.0.1",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"signal-exit": "^3.0.6",
"source-map": "^0.6.1",
"source-map-support": "^0.5.21",
"strip-final-newline": "^2.0.0",
"supports-color": "^8.1.1",
"supports-preserve-symlinks-flag": "^1.0.0",
"tapable": "^2.2.1",
"terser": "^5.10.0",
"terser-webpack-plugin": "^5.3.0",
"uri-js": "^4.4.1",
"watchpack": "^2.3.1",
"webpack-merge": "^5.8.0",
"webpack-sources": "^3.2.2",
"which": "^2.0.2",
"wildcard": "^2.0.0"
},
"main": "webpack.config.js",
"description": ""
}