-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 570 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 570 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "vite-plugin-elm-sample",
"private": true,
"version": "3.0.0",
"description": "A sample project to use vite-plugin-elm",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:eol2": "CUSTOM_COMPILER=true vite build",
"preview": "vite preview"
},
"author": "Kengo Hamasaki <k.hamasaki@gmail.com>",
"license": "MIT",
"devDependencies": {
"elm": "0.19.1-6",
"elm-optimize-level-2": "0.3.5",
"tempy": "3.1.0",
"vite": "5.2.10",
"vite-plugin-elm": "file:../"
}
}