This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 4.04 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": "first-svelte-app",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "rollup -cw",
"build": "rollup -c"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.1.3",
"aos": "^2.3.4",
"node-sass": "^7.0.1",
"page": "^1.11.6",
"posthtml": "^0.16.5",
"posthtml-hash": "^1.2.2",
"rimraf": "^3.0.2",
"rollup": "^2.67.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.46.4",
"svelte-preprocess": "^4.10.4",
"svelte-spa-router": "^3.2.0"
},
"main": "rollup.config.js",
"dependencies": {
"ansi-styles": "^3.2.1",
"anymatch": "^3.1.2",
"array-union": "^2.1.0",
"balanced-match": "^1.0.2",
"binary-extensions": "^2.2.0",
"brace-expansion": "^1.1.11",
"braces": "^3.0.2",
"buffer-from": "^1.1.2",
"builtin-modules": "^3.2.0",
"chalk": "^2.4.2",
"charts.css": "^0.9.0",
"chokidar": "^3.5.2",
"color-convert": "^1.9.3",
"color-name": "^1.1.3",
"colorette": "^1.4.0",
"commander": "^2.20.3",
"concat-map": "^0.0.1",
"deepmerge": "^4.2.2",
"dir-glob": "^3.0.1",
"dom-serializer": "^1.3.2",
"domelementtype": "^2.2.0",
"domhandler": "^4.2.2",
"domutils": "^2.8.0",
"entities": "^3.0.1",
"escape-string-regexp": "^1.0.5",
"estree-walker": "^1.0.1",
"fast-glob": "^3.2.7",
"fastq": "^1.13.0",
"fill-range": "^7.0.1",
"fs-extra": "^8.1.0",
"fs.realpath": "^1.0.0",
"function-bind": "^1.1.1",
"glob": "^7.2.0",
"glob-parent": "^5.1.2",
"globby": "^10.0.1",
"graceful-fs": "^4.2.8",
"has": "^1.0.3",
"has-flag": "^3.0.0",
"hasha": "^5.2.2",
"htmlparser2": "^7.1.2",
"ignore": "^5.1.9",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"is-binary-path": "^2.1.0",
"is-core-module": "^2.8.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-json": "^2.0.1",
"is-module": "^1.0.0",
"is-number": "^7.0.0",
"is-plain-object": "^3.0.1",
"is-stream": "^2.0.1",
"jest-worker": "^26.6.2",
"js-tokens": "^4.0.0",
"jsonfile": "^4.0.0",
"livereload": "^0.9.3",
"livereload-js": "^3.3.2",
"merge-stream": "^2.0.0",
"merge2": "^1.4.1",
"micromatch": "^4.0.4",
"mime": "^3.0.0",
"minimatch": "^3.0.4",
"normalize-path": "^3.0.0",
"once": "^1.4.0",
"opener": "^1.5.2",
"opts": "^2.0.2",
"path-is-absolute": "^1.0.1",
"path-parse": "^1.0.7",
"path-type": "^4.0.0",
"picomatch": "^2.3.0",
"posthtml-parser": "^0.10.1",
"posthtml-render": "^3.0.0",
"queue-microtask": "^1.2.3",
"randombytes": "^2.1.0",
"readdirp": "^3.6.0",
"require-relative": "^0.8.7",
"resolve": "^1.20.0",
"reusify": "^1.0.4",
"rollup-pluginutils": "^2.8.2",
"run-parallel": "^1.2.0",
"safe-buffer": "^5.2.1",
"serialize-javascript": "^4.0.0",
"slash": "^3.0.0",
"source-map": "^0.7.3",
"source-map-support": "^0.5.20",
"supports-color": "^5.5.0",
"terser": "^5.9.0",
"to-regex-range": "^5.0.1",
"type-fest": "^0.8.1",
"universalify": "^0.1.2",
"wrappy": "^1.0.2",
"ws": "^7.5.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dimitarnikolovv/svelte-training.git"
},
"author": "Dimitar Nikolov",
"bugs": {
"url": "https://github.com/dimitarnikolovv/svelte-training/issues"
}
}