hay cosas que no es necesario instalar en sutty
This commit is contained in:
parent
2fdcd6025e
commit
5c3da72675
1 changed files with 10 additions and 10 deletions
20
package.json
20
package.json
|
@ -1,26 +1,26 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"bootstrap": "~4.4",
|
||||||
|
"fork-awesome": "^1.1.7",
|
||||||
|
"liquidjs": "^9.14.0",
|
||||||
|
"lunr": "^2.3.9",
|
||||||
|
"lunr-languages": "^1.4.0",
|
||||||
|
"purgecss": "~1"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"dotenv-webpack": "^6.0.0",
|
||||||
|
"turbolinks": "^5.2.0",
|
||||||
"@airbrake/browser": "^1.4.1",
|
"@airbrake/browser": "^1.4.1",
|
||||||
"@babel/core": "^7.10.4",
|
"@babel/core": "^7.10.4",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
||||||
"@babel/preset-env": "^7.10.4",
|
"@babel/preset-env": "^7.10.4",
|
||||||
"babel-loader": "^8.1.0",
|
"babel-loader": "^8.1.0",
|
||||||
"bootstrap": "~4.4",
|
|
||||||
"core-js": "^3.6.5",
|
"core-js": "^3.6.5",
|
||||||
"fork-awesome": "^1.1.7",
|
|
||||||
"liquidjs": "^9.14.0",
|
|
||||||
"lunr": "^2.3.9",
|
|
||||||
"lunr-languages": "^1.4.0",
|
|
||||||
"purgecss": "~1",
|
|
||||||
"regenerator-runtime": "^0.13.5",
|
"regenerator-runtime": "^0.13.5",
|
||||||
"stimulus": "^1.1.1",
|
"stimulus": "^1.1.1",
|
||||||
"webpack": "^4.43.0",
|
"webpack": "^4.43.0",
|
||||||
"webpack-cli": "^3.3.12",
|
"webpack-cli": "^3.3.12",
|
||||||
"webpack-dev-server": "^3.11.0",
|
"webpack-dev-server": "^3.11.0",
|
||||||
"webpack-merge": "^5.0.9"
|
"webpack-merge": "^5.0.9"
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"dotenv-webpack": "^6.0.0",
|
|
||||||
"turbolinks": "^5.2.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue