-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
57 lines (57 loc) · 1.54 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
54
55
56
57
{
"name": "hackernews7-svelte",
"private": true,
"version": "7.0.1",
"description": "hackernews7-svelte",
"repository": {
"type": "git",
"url": "https://guillaumebiton.github.com/hackernews7-svelte.git"
},
"license": "MIT",
"keywords": [
"HackerNews",
"Framework7",
"SvelteJS",
"webapp",
"HTML5"
],
"authors": [
"guillaumebiton <[email protected]>"
],
"bugs": {
"url": "https://guillaumebiton.github.com/hackernews7-svelte/issues"
},
"homepage": "https://guillaumebiton.github.io/hackernews7-svelte/",
"scripts": {
"start": "npm run dev",
"dev": "cross-env NODE_ENV=development vite",
"build": "cross-env NODE_ENV=production vite build && npx workbox generateSW workbox-config.js",
"postinstall": "cpy --flat ./node_modules/framework7-icons/fonts/*.* ./src/fonts/ && cpy --flat ./node_modules/material-icons/iconfont/*.* ./src/fonts/"
},
"browserslist": [
"IOS >= 13",
"Safari >= 13",
"last 5 Chrome versions",
"last 5 Firefox versions",
"Samsung >= 12"
],
"dependencies": {
"dom7": "^4.0.4",
"framework7": "^7.0.1",
"framework7-icons": "^5.0.5",
"framework7-svelte": "^7.0.1",
"material-icons": "^1.10.8",
"skeleton-elements": "^4.0.0",
"svelte": "^3.47.0",
"swiper": "^8.1.1"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.41",
"cpy-cli": "^4.1.0",
"cross-env": "^7.0.3",
"less": "^4.1.2",
"postcss-preset-env": "^7.4.3",
"vite": "^2.9.5",
"workbox-cli": "^6.5.3"
}
}