-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 694 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 694 Bytes
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
{
"name": "@mutablejs/template-starter-typescript",
"version": "1.0.0",
"description": "TypeScript starter template for a mutableJS app",
"main": "index.html",
"scripts": {
"start": "npx vite",
"build": "npx vite build"
},
"engines": {
"node": ">=17.0.0"
},
"author": "Nikita 'donnikitos' Nitichevski <me@donnikitos.com> (https://donnikitos.com/)",
"repository": {
"type": "git",
"url": "https://github.com/mutableJS/template-starter-typescript"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^20.8.6",
"typescript": "^5.2.2",
"vite": "^4.4.11"
},
"dependencies": {
"@mutablejs/core": "^0.2.1",
"@mutablejs/dom": "^0.3.2",
"sass": "^1.69.3"
}
}