-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.57 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.57 KB
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
{
"name": "front_end_hw_2",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "rollup --config rollup.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.3.0",
"rollup": "^2.75.6",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.7.3"
},
"dependencies": {
"ansi-styles": "^3.2.1",
"acorn": "^8.7.1",
"builtin-modules": "^3.3.0",
"chalk": "^2.4.2",
"color-convert": "^1.9.3",
"commander": "^2.20.3",
"color-name": "^1.1.3",
"buffer-from": "^1.1.2",
"deepmerge": "^4.2.2",
"estree-walker": "^1.0.1",
"function-bind": "^1.1.1",
"has": "^1.0.3",
"escape-string-regexp": "^1.0.5",
"has-flag": "^3.0.0",
"is-builtin-module": "^3.1.0",
"is-module": "^1.0.0",
"jest-worker": "^26.6.2",
"is-core-module": "^2.9.0",
"js-tokens": "^4.0.0",
"merge-stream": "^2.0.0",
"picomatch": "^2.3.1",
"path-parse": "^1.0.7",
"randombytes": "^2.1.0",
"safe-buffer": "^5.2.1",
"serialize-javascript": "^4.0.0",
"source-map": "^0.6.1",
"supports-color": "^5.5.0",
"source-map-support": "^0.5.21",
"terser": "^5.14.1",
"resolve": "^1.22.0",
"supports-preserve-symlinks-flag": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mpvnlv/my_site_2.0.git"
},
"bugs": {
"url": "https://github.com/mpvnlv/my_site_2.0/issues"
},
"homepage": "https://github.com/mpvnlv/my_site_2.0#readme",
"description": ""
}