-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.55 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
{
"name": "django-formset",
"license": "MIT",
"private": true,
"scripts": {
"build": "node client/build.cjs",
"minify": "terser --compress --mangle --output formset/static/formset/js/django-formset.min.js -- formset/static/formset/js/django-formset.js",
"tag-attributes": "peggy -o client/django-formset/tag-attributes.ts --extra-options-file assets/pegjsconf.json --plugin ./node_modules/ts-pegjs/src/tspegjs.js assets/tag-attributes.pegjs",
"compilescss": "sass formset/static/formset/scss:formset/static/formset/css",
"tailwindcss": "tailwindcss --input assets/tailwind-styles.css --config assets/tailwind.config.js --output formset/static/formset/css/tailwind.css"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.0",
"@types/lodash.get": "^4.4.7",
"@types/lodash.set": "^4.3.7",
"@types/lodash.template": "^4.5.1",
"@types/sortablejs": "^1.13.0",
"@webcomponents/webcomponentsjs": "^2.5.0",
"autoprefixer": "^10.2.5",
"bootstrap": "^5.1.1",
"bulma": "^0.9.2",
"esbuild": "^0.11.23",
"esbuild-plugin-inline-import": "^1.0.1",
"esbuild-plugin-sass": "^0.5.0",
"foundation-sites": "^6.6.3",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"lodash.template": "^4.5.0",
"peggy": "^1.2.0",
"playwright": "^1.18.0",
"postcss": "^8.4.5",
"sass": "^1.32.12",
"sortablejs": "^1.15.0",
"tailwindcss": "^3.0.23",
"terser": "^5.15.0",
"tom-select": "^2.1.0",
"ts-pegjs": "^1.2.1",
"tslib": "^2.2.0",
"typescript": "^4.1.4",
"uikit": "^3.7.5"
}
}