-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.67 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
{
"name": "colivery-app",
"version": "1.0.0-alpha.15",
"description": "MVP PWA",
"scripts": {
"clean": "st-run st-rm-rf dist",
"prestart:prod": "st-run st-rm-rf public ++ st-mkdir public/static/assets/icons ++ st-cp static/sw-cache-updater.js public/static ++ system:ts-node update-version.ts ++ st-cp static/version.json public/static ++ st-cp static/manifest.json public/static ++ st-cp static/assets/icons/* public/static/assets/icons",
"start:prod": "cross-env NODE_ENV=production st-start",
"start": "cross-env NODE_ENV=development st-start",
"deploy": "firebase deploy"
},
"author": "Aron Homberg <info@aron-homberg.de>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^9.7.1",
"cross-env": "^6.0.3",
"dts-css-modules-loader": "^1.0.1",
"lost": "^8.3.1",
"node-notifier": "^6.0.0",
"node-sass": "^4.13.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.2",
"postcss-normalize": "^8.0.1",
"postcss-preset-env": "^6.7.0",
"postcss-safe-parser": "^4.0.1",
"raw-loader": "^3.1.0",
"resolve-url-loader": "^3.1.0",
"sass-loader": "^8.0.0",
"st-run": "2.0.0-alpha.31",
"st-start": "2.0.0-beta.34",
"typescript": "^3.6.4",
"webpack-bundle-analyzer": "^3.6.0",
"workbox-webpack-plugin": "^4.3.1"
},
"dependencies": {
"@types/latlon-geohash": "^2.0.0",
"@types/materialize-css": "^1.0.7",
"date-fns": "^2.11.1",
"firebase": "^7.6.1",
"latlon-geohash": "^2.0.0",
"libsodium-wrappers": "^0.7.6",
"materialize-css": "^1.0.0",
"springtype": "springtype@2.0.0-beta.72",
"st-materialize": "1.0.0-beta.28"
}
}