-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 3.25 KB
/
Copy pathpackage.json
File metadata and controls
121 lines (121 loc) · 3.25 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
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.11.6",
"autoprefixer": "^10.4.16",
"axios": "^1.1.2",
"bootstrap": "^5.2.3",
"laravel-mix": "^6.0.49",
"laravel-vite-plugin": "^0.8.0",
"postcss": "^8.4.32",
"sass": "^1.56.1",
"tailwindcss": "^3.3.6",
"vite": "^4.0.0"
},
"name": "studysphere2",
"description": "To make it easy for you to get started with GitLab, here's a list of recommended next steps.",
"version": "1.0.0",
"main": "postcss.config.js",
"directories": {
"test": "tests"
},
"dependencies": {
"any-promise": "^1.3.0",
"anymatch": "^3.1.3",
"arg": "^5.0.2",
"asynckit": "^0.4.0",
"balanced-match": "^1.0.2",
"binary-extensions": "^2.2.0",
"brace-expansion": "^1.1.11",
"braces": "^3.0.2",
"browserslist": "^4.22.1",
"camelcase-css": "^2.0.1",
"caniuse-lite": "^1.0.30001563",
"chokidar": "^3.5.3",
"combined-stream": "^1.0.8",
"commander": "^4.1.1",
"concat-map": "^0.0.1",
"cssesc": "^3.0.0",
"delayed-stream": "^1.0.0",
"didyoumean": "^1.2.2",
"dlv": "^1.1.3",
"electron-to-chromium": "^1.4.589",
"esbuild": "^0.18.20",
"escalade": "^3.1.1",
"fast-glob": "^3.3.2",
"fastq": "^1.15.0",
"fill-range": "^7.0.1",
"follow-redirects": "^1.15.3",
"form-data": "^4.0.0",
"fraction.js": "^4.3.7",
"fs.realpath": "^1.0.0",
"function-bind": "^1.1.2",
"glob": "^7.1.6",
"glob-parent": "^5.1.2",
"hasown": "^2.0.0",
"immutable": "^4.3.4",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"is-binary-path": "^2.1.0",
"is-core-module": "^2.13.1",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"jiti": "^1.21.0",
"lilconfig": "^2.1.0",
"lines-and-columns": "^1.2.4",
"merge2": "^1.4.1",
"micromatch": "^4.0.5",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"minimatch": "^3.1.2",
"mz": "^2.7.0",
"nanoid": "^3.3.6",
"node-releases": "^2.0.13",
"normalize-path": "^3.0.0",
"normalize-range": "^0.1.2",
"object-assign": "^4.1.1",
"object-hash": "^3.0.0",
"once": "^1.4.0",
"path-is-absolute": "^1.0.1",
"path-parse": "^1.0.7",
"picocolors": "^1.0.0",
"picomatch": "^2.3.1",
"pify": "^2.3.0",
"pirates": "^4.0.6",
"postcss-import": "^15.1.0",
"postcss-js": "^4.0.1",
"postcss-load-config": "^4.0.2",
"postcss-nested": "^6.0.1",
"postcss-selector-parser": "^6.0.13",
"postcss-value-parser": "^4.2.0",
"proxy-from-env": "^1.1.0",
"queue-microtask": "^1.2.3",
"read-cache": "^1.0.0",
"readdirp": "^3.6.0",
"resolve": "^1.22.8",
"reusify": "^1.0.4",
"rollup": "^3.29.4",
"run-parallel": "^1.2.0",
"source-map-js": "^1.0.2",
"sucrase": "^3.34.0",
"supports-preserve-symlinks-flag": "^1.0.0",
"thenify": "^3.3.1",
"thenify-all": "^1.6.0",
"to-regex-range": "^5.0.1",
"ts-interface-checker": "^0.1.13",
"update-browserslist-db": "^1.0.13",
"util-deprecate": "^1.0.2",
"vite-plugin-full-reload": "^1.0.5",
"wrappy": "^1.0.2",
"yaml": "^2.3.4"
},
"keywords": [],
"author": "",
"license": "ISC"
}