ditch typhon in favor of doing it raw
This commit is contained in:
30
package.json
30
package.json
@@ -1,30 +0,0 @@
|
||||
{
|
||||
"description": "Provides a bare-bones Foundry module template repo to get set up with using the TyphonJS Runtime Library and Svelte with ES Modules.",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"author": "YOUR INFO HERE",
|
||||
"contributors": [
|
||||
"YOUR INFO HERE"
|
||||
],
|
||||
"imports": {
|
||||
"#runtime/*": "@typhonjs-fvtt/runtime/*",
|
||||
"#standard/*": "@typhonjs-fvtt/standard/*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@typhonjs-fvtt/runtime": "^0.2.0",
|
||||
"@typhonjs-fvtt/standard": "^0.2.0",
|
||||
"svelte": "^4.2.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typhonjs-config/eslint-config": "^0.6.0",
|
||||
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
|
||||
"eslint": "^8"
|
||||
},
|
||||
"browserslist": [">5%", "not IE 11"],
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"dev": "vite",
|
||||
"eslint": "eslint ."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user