-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "@example/framework-vue",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development astro dev",
"start": "astro dev",
"build": "cross-env NODE_ENV=production astro build",
"preview": "astro preview",
"format": "yarn prettier -w . --plugin-search-dir=."
},
"devDependencies": {
"@astrojs/vue": "^1.2.1",
"@astrojs/sitemap": "^1.0.0",
"@fullhuman/postcss-purgecss": "^5.0.0",
"astro": "^1.5.2",
"astro-compress": "^1.0.12",
"astro-fonts": "^0.2.6",
"autoprefixer": "^10.4.12",
"cross-env": "^7.0.3",
"postcss": "^8.4.18",
"prettier-plugin-astro": "^0.6.0",
"sass": "^1.55.0"
},
"dependencies": {
"astro-icon": "^0.7.3",
"astro-imagetools": "^0.6.11",
"dayjs": "^1.11.6",
"flickity": "^3.0.0",
"flickity-fade": "^2.0.0",
"keen-slider": "^6.8.3",
"neat-csv": "^7.0.0",
"postcss-import": "^15.0.0",
"postcss-preset-env": "^7.8.2",
"postcss-uncss": "^0.17.0",
"uncss": "^0.17.3",
"vue": "^3.2.41"
},
"browserslist": [
"last 1 safari version",
"last 2 chrome versions",
"last 2 firefox versions",
"> 1% in US"
]
}