-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 3.36 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
{
"name": "notion-clone",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "npm run dev -- --open",
"dev": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyesung99/Notion-Clone.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hyesung99/Notion-Clone/issues"
},
"homepage": "https://github.com/hyesung99/Notion-Clone#readme",
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"babel-loader": "^9.1.3",
"css-loader": "^6.9.1",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.7.7",
"style-loader": "^3.3.4",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"acorn": "^8.11.3",
"acorn-import-assertions": "^1.9.0",
"ajv": "^6.12.6",
"ajv-keywords": "^3.5.2",
"browserslist": "^4.22.2",
"buffer-from": "^1.1.2",
"caniuse-lite": "^1.0.30001576",
"chrome-trace-event": "^1.0.3",
"clone-deep": "^4.0.1",
"colorette": "^2.0.20",
"commander": "^2.20.3",
"core-js": "^3.35.0",
"cross-spawn": "^7.0.3",
"electron-to-chromium": "^1.4.629",
"enhanced-resolve": "^5.15.0",
"envinfo": "^7.11.0",
"es-module-lexer": "^1.4.1",
"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",
"fastest-levenshtein": "^1.0.16",
"find-up": "^4.1.0",
"flat": "^5.0.2",
"function-bind": "^1.1.2",
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.2.11",
"has-flag": "^4.0.0",
"hasown": "^2.0.0",
"import-local": "^3.1.0",
"interpret": "^3.1.1",
"is-core-module": "^2.13.1",
"is-plain-object": "^2.0.4",
"isexe": "^2.0.0",
"isobject": "^3.0.1",
"jest-worker": "^27.5.1",
"json-parse-even-better-errors": "^2.3.1",
"json-schema-traverse": "^0.4.1",
"kind-of": "^6.0.3",
"loader-runner": "^4.3.0",
"locate-path": "^5.0.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.14",
"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.3.1",
"randombytes": "^2.1.0",
"rechoir": "^0.8.0",
"regenerator-runtime": "^0.14.1",
"resolve": "^1.22.8",
"resolve-cwd": "^3.0.0",
"resolve-from": "^5.0.0",
"safe-buffer": "^5.2.1",
"schema-utils": "^3.3.0",
"serialize-javascript": "^6.0.2",
"shallow-clone": "^3.0.1",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"source-map": "^0.6.1",
"source-map-support": "^0.5.21",
"supports-color": "^8.1.1",
"supports-preserve-symlinks-flag": "^1.0.0",
"tapable": "^2.2.1",
"terser": "^5.26.0",
"terser-webpack-plugin": "^5.3.10",
"undici-types": "^5.26.5",
"update-browserslist-db": "^1.0.13",
"uri-js": "^4.4.1",
"watchpack": "^2.4.0",
"webpack-merge": "^5.10.0",
"webpack-sources": "^3.2.3",
"which": "^2.0.2",
"wildcard": "^2.0.1"
}
}