mirror of
https://github.com/daniviga/django-ram.git
synced 2026-02-03 17:40:39 +01:00
Include npm dependencies
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -129,7 +129,6 @@ dmypy.json
|
|||||||
|
|
||||||
# node.js / npm stuff
|
# node.js / npm stuff
|
||||||
node_modules
|
node_modules
|
||||||
package.json
|
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
# our own stuff
|
# our own stuff
|
||||||
|
|||||||
6
package.json
Normal file
6
package.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"dependencies": {
|
||||||
|
"clean-css-cli": "^5.6.3",
|
||||||
|
"terser": "^5.44.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user