-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 864 Bytes
/
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
{
"name": "ejs-scss-typescript",
"version": "0.0.1",
"description": "",
"private": true,
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/asato-oi/ejs-scss-typescript"
},
"engines": {
"node": "20.15.0",
"npm": "10.7.0",
"yarn": "Please use npm, instead of yarn."
},
"volta": {
"node": "20.15.0",
"npm": "10.7.0"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"ejs": "^3.1.10",
"prettier": "^3.3.2",
"scss": "^0.2.4",
"stylelint": "^16.6.1",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-prettier": "^5.0.0",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vite-plugin-ejs": "^1.7.0"
}
}