generated from typhonjs-fvtt-demo/template-svelte-esm
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"description": "Elite: Dangerous Role Playing Game system for FoundryVTT",
"license": "MPL-2.0",
"private": true,
"type": "module",
"author": "Bruno Marques <[email protected]> (https://github.com/ElSaico)",
"contributors": [
"Bruno Marques <[email protected]> (https://github.com/ElSaico)"
],
"imports": {
"#runtime/*": "@typhonjs-fvtt/runtime/*",
"#standard/*": "@typhonjs-fvtt/svelte-standard/*"
},
"dependencies": {
"@typhonjs-fvtt/runtime": "0.1.2",
"@typhonjs-fvtt/svelte-standard": "0.1.0",
"lodash": "^4.17.21",
"svelte": "^4.2.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@typhonjs-config/eslint-config": "^0.6.0",
"@typhonjs-fvtt/eslint-config-foundry.js": "^0.8.0",
"cssnano": "^6.0.5",
"eslint": "^8",
"eslint-config-prettier": "^9.1.0",
"postcss-prefix-selector": "^1.16.0",
"prettier": "3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"svelte-preprocess": "^5",
"tailwind-clip-path": "^1.0.0",
"tailwindcss": "^3.3.6",
"vite": "^4.4.0"
},
"browserslist": [
">5%",
"not IE 11"
],
"scripts": {
"build": "vite build",
"dev": "vite",
"eslint": "eslint ."
}
}