-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.27 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
{
"name": "@userfrosting/sprinkle-admin",
"version": "5.1.4",
"description": "Admin Sprinkle for UserFrosting 5",
"funding": "https://opencollective.com/userfrosting",
"license": "MIT",
"author": "Alexander Weissman (https://alexanderweissman.com/)",
"contributors": [
"Alexander Weissman (https://alexanderweissman.com/)",
"Louis Charette (https://bbqsoftwares.com/)",
"Jordan Mele <[email protected]> (https://djmm.me/)"
],
"keywords": [
"UserFrosting",
"Admin panel",
"Sprinkle"
],
"homepage": "https://github.com/userfrosting/sprinkle-admin#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/userfrosting/sprinkle-admin.git"
},
"bugs": {
"url": "https://github.com/userfrosting/UserFrosting/issues"
},
"main": "app/assets/main.js",
"files": [
"CHANGELOG.md",
"app/assets",
"webpack.config.js",
"webpack.entries.js"
],
"dependencies": {
"@userfrosting/theme-adminlte": "~5.1.0"
},
"devDependencies": {
"@symfony/webpack-encore": "^4.4.0",
"sass": "^1.51.0",
"webpack-notifier": "^1.14.1"
},
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
}
}