-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
50 lines (50 loc) · 1.7 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
{
"name": "sensor.community",
"description": "new shiny website for dust and noise measuring project sensor.community based on sapper and svelte",
"version": "0.5.0",
"scripts": {
"dev": "sapper dev --ext '.svelte .svx' start:dev autobuild watch:tailwind watch:build",
"watch:tailwind": "postcss static/tailwind.css -o static/index.css -w",
"build:tailwind": "NODE_ENV=production postcss static/tailwind.css -o static/index.css",
"export": "NODE_ENV=production postcss static/tailwind.css -o static/index.css && sapper export"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
"@polka/send": "^1.0.0-next.15",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^3.1.0",
"@sindresorhus/slugify": "^1.1.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "10.4.7",
"compression": "^1.7.4",
"country-emoji": "^1.5.6",
"cross-fetch": "^3.1.5",
"cssnano": "^4.1.10",
"date-fns": "^2.28.0",
"golden-fleece": "^1.0.9",
"gray-matter": "^4.0.3",
"highlight.js": "^11.4.0",
"i18next": "^21.6.12",
"marked": "^3.0.8",
"polka": "1.0.0-next.22",
"postcss": "^8.4.41",
"postcss-cli": "^8.3.1",
"prismjs": "^1.27.0",
"rollup": "^2.74.1",
"rollup-plugin-babel": "^5.0.0-alpha.2",
"rollup-plugin-svelte": "^6.1.1",
"rollup-plugin-terser": "^7.0.2",
"sapper": "^0.29.1",
"sirv": "^1.0.19",
"svelte-i18n": "^3.3.13",
"tailwindcss": "^2.2.19"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"node-fetch": "^3.2.10",
"svelte": "^3.46.4"
}
}