-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 894 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 894 Bytes
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
{
"name": "Romulus",
"version": "1.0.0",
"description": "mostly basic stuff",
"engines": {
"node": ">=8.0.0"
},
"main": "/static/js/app.js",
"devDependencies": {
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"compression-webpack-plugin": "^8.0.0",
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.34",
"postcss": "^8.1.14",
"resolve-url-loader": "^3.1.2",
"sass": "^1.34.1",
"sass-loader": "^11.0.1",
"webpack": "^5.35.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/greglongo/sentant.git"
},
"author": "Tap Bone",
"license": "MIT",
"dependencies": {
"hamburgers": "^1.1.3",
"jquery": "^3.6.0",
"lottie-web": "^5.7.8",
"mmenu-light": "^3.0.8",
"particles.js": "^2.0.0"
}
}