mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-11 19:04:30 +00:00
fix deps
This commit is contained in:
10
package.json
10
package.json
@@ -8,13 +8,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@std/esm": "^0.18.0",
|
||||
"extract-text-webpack-plugin": "^3.0.2",
|
||||
"tmp": "0.0.33",
|
||||
"webpack": "^3.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^4.0.1",
|
||||
"svelte": "^1.47.1"
|
||||
"mocha": "^4.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"extract-text-webpack-plugin": "^3.0.2",
|
||||
"svelte": "^1.47.1",
|
||||
"svelte-loader": "^2.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --opts mocha.opts"
|
||||
|
||||
Reference in New Issue
Block a user