-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.32 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
{
"devDependencies": {
"css-loader": "^6.7.1",
"eslint": "^8.20.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},
"name": "todolist",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"acorn": "^8.8.0",
"acorn-import-assertions": "^1.8.0",
"ajv": "^6.12.6",
"ajv-keywords": "^3.5.2",
"browserslist": "^4.21.2",
"buffer-from": "^1.1.2",
"caniuse-lite": "^1.0.30001369",
"chrome-trace-event": "^1.0.3",
"commander": "^2.20.3",
"date-fns": "^2.29.1",
"electron-to-chromium": "^1.4.199",
"enhanced-resolve": "^5.10.0",
"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",
"fast-deep-equal": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.2.10",
"has-flag": "^4.0.0",
"jest-worker": "^27.5.1",
"json-parse-even-better-errors": "^2.3.1",
"json-schema-traverse": "^0.4.1",
"loader-runner": "^4.3.0",
"merge-stream": "^2.0.0",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"neo-async": "^2.6.2",
"node-releases": "^2.0.6",
"picocolors": "^1.0.0",
"pubsub-js": "^1.9.4",
"punycode": "^2.1.1",
"randombytes": "^2.1.0",
"safe-buffer": "^5.2.1",
"schema-utils": "^3.1.1",
"serialize-javascript": "^6.0.0",
"source-map": "^0.6.1",
"source-map-support": "^0.5.21",
"supports-color": "^8.1.1",
"tapable": "^2.2.1",
"terser": "^5.14.2",
"terser-webpack-plugin": "^5.3.3",
"update-browserslist-db": "^1.0.5",
"uri-js": "^4.4.1",
"watchpack": "^2.4.0",
"webpack-sources": "^3.2.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack serve --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/t0mdd/todoList.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/t0mdd/todoList/issues"
},
"homepage": "https://github.com/t0mdd/todoList#readme",
"description": ""
}