-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
{
"name": "@lcharette/formgenerator",
"version": "5.1.0",
"description": "Form Generator Sprinkle for UserFrosting 5.1",
"funding": "https://ko-fi.com/lcharette",
"license": "MIT",
"author": "Louis Charette (https://bbqsoftwares.com/)",
"keywords": [
"UserFrosting",
"Sprinkle",
"form",
"formgenerator",
"Form Generator"
],
"homepage": "https://github.com/lcharette/UF_FormGenerator#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/lcharette/UF_FormGenerator.git"
},
"bugs": {
"url": "https://github.com/lcharette/UF_FormGenerator/issues"
},
"files": [
"CHANGELOG.md",
"app/assets",
"webpack.config.js",
"webpack.entries.js"
],
"devDependencies": {
"@userfrosting/theme-adminlte": "~5.1.0",
"@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"
}
}