Pin versions
This commit is contained in:
parent
ffa3f65f10
commit
c437076c49
3 changed files with 1099 additions and 972 deletions
1
.npmrc
Normal file
1
.npmrc
Normal file
|
@ -0,0 +1 @@
|
|||
save-exact = true
|
2046
package-lock.json
generated
2046
package-lock.json
generated
File diff suppressed because it is too large
Load diff
24
package.json
24
package.json
|
@ -30,20 +30,20 @@
|
|||
"author": "The Antville People",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"alpinejs": "=2.8.2",
|
||||
"codemirror": "^5.64.0",
|
||||
"jquery": "^3.6.0",
|
||||
"alpinejs": "2.8.2",
|
||||
"codemirror": "5.64.0",
|
||||
"jquery": "3.6.0",
|
||||
"jquery-collagePlus": "github:antville/jquery-collagePlus#0.3.4",
|
||||
"js-md5": "^0.7.3",
|
||||
"uikit": "^2.27.4"
|
||||
"js-md5": "0.7.3",
|
||||
"uikit": "2.27.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "^17.0.0",
|
||||
"jsdoc": "^3.6.6",
|
||||
"less": "^4.1.2",
|
||||
"less-plugin-clean-css": "^1.5.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"onchange": "^7.1.0",
|
||||
"uglifyify": "^5.0.2"
|
||||
"browserify": "17.0.0",
|
||||
"jsdoc": "3.6.6",
|
||||
"less": "4.1.2",
|
||||
"less-plugin-clean-css": "1.5.1",
|
||||
"npm-run-all": "4.1.5",
|
||||
"onchange": "7.1.0",
|
||||
"uglifyify": "5.0.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue