-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.72 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.72 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.10.2",
"axios": "^0.25",
"bootstrap": "^5.1.3",
"laravel-vite-plugin": "^0.4.0",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"vite": "^2.9.11",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"
},
"name": "freecodegram",
"description": "<p align=\"center\"><a href=\"https://laravel.com\" target=\"_blank\"><img src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\"></a></p>",
"version": "1.0.0",
"main": "vite.config.js",
"directories": {
"test": "tests"
},
"dependencies": {
"esbuild": "^0.14.49",
"esbuild-linux-64": "^0.14.49",
"follow-redirects": "^1.15.1",
"function-bind": "^1.1.1",
"has": "^1.0.3",
"is-core-module": "^2.9.0",
"nanoid": "^3.3.4",
"path-parse": "^1.0.7",
"picocolors": "^1.0.0",
"picomatch": "^2.3.1",
"resolve": "^1.22.1",
"rollup": "^2.76.0",
"source-map-js": "^1.0.2",
"supports-preserve-symlinks-flag": "^1.0.0",
"vite-plugin-full-reload": "^1.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jotipalo/codegram.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jotipalo/codegram/issues"
},
"homepage": "https://github.com/jotipalo/codegram#readme"
}