-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.31 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
45
46
47
48
49
50
51
52
53
{
"name": "create-windi-mithril-app",
"displayName": "Create Windi Mithril App",
"version": "0.0.1",
"description": "A mithril starter with windicss and vite",
"main": "index.js",
"scripts": {
"start": "vite --host=0.0.0.0",
"serve": "vite preview",
"build": "vite build",
"deploy-dev": "gulp development",
"deploy-prod": "gulp release"
},
"standard": {
"env": {
"browser": true
}
},
"author": "pep108",
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.8.7",
"autoprefixer": "^10.4.10",
"fuzzysort": "^2.0.1",
"lodash": "^4.17.19",
"luxon": "^2.4.0",
"mithril": "^2.0.4",
"moment": "^2.29.3",
"pako": "^2.0.4",
"powerform": "^4.0.1",
"prismjs": "^1.28.0",
"smoothscroll-polyfill": "^0.4.4"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.9",
"concurrent-transform": "^1.0.0",
"event-stream": "^4.0.1",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-awspublish": "^4.1.2",
"gulp-cli": "^2.3.0",
"gulp-copy": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-util": "^3.0.8",
"sass": "^1.54.9",
"standard": "^17.0.0",
"vite": "^2.9.9",
"vite-plugin-html": "^3.2.0",
"vite-plugin-plain-text": "^1.1.4",
"vite-plugin-windicss": "^1.8.4",
"windicss": "^3.5.4"
}
}