forked from opendata-stuttgart/sensor.community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.79 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.1.0",
"scripts": {
"dev": "sapper dev --ext '.svexy .svelte .svx' start:dev autobuild 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",
"build": "npm run build:tailwind && sapper build --legacy",
"start": "npm install && npx sapper export && npx serve __sapper__/export",
"export": "NODE_ENV=production postcss static/tailwind.css -o static/index.css && sapper export"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"@polka/send": "^0.4.0",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-replace": "^2.3.1",
"@sindresorhus/slugify": "^0.11.0",
"compression": "^1.7.4",
"country-emoji": "^1.5.0",
"date-fns": "^2.12.0",
"golden-fleece": "^1.0.9",
"gray-matter": "^4.0.2",
"highlight.js": "^9.18.1",
"i18next": "^19.4.0",
"marked": "^0.8.2",
"polka": "1.0.0-next.11",
"postcss-cli": "^7.1.0",
"prismjs": "^1.20.0",
"rollup": "^2.3.4",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-svelte": "^5.2.1",
"rollup-plugin-terser": "^5.3.0",
"sapper": "^0.27.12",
"sirv": "^1.0.0-next.2",
"svelte-i18n": "^3.0.3",
"tailwindcss": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/runtime": "^7.9.2",
"npm-run-all": "^4.1.5",
"svelte": "^3.20.1"
}
}