-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2.01 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
58
59
60
61
62
63
64
65
66
67
{
"name": "oneword",
"version": "2.0.0",
"scripts": {
"start": "vite",
"dev": "vite --open",
"build": "vite build",
"serve": "vite preview",
"test": "web-test-runner \"src/**/*.test.js\" --node-resolve",
"analytics": "streamlit run analytics/streamlit/streamlit_app.py",
"resources": "cordova-res android --skip-config --copy && cordova-res ios --skip-config --copy",
"android": "npx cap run android",
"ios": "npx cap run ios"
},
"dependencies": {
"@capacitor/android": "^3.0.0-rc.0",
"@capacitor/cli": "^3.0.0-rc.0",
"@capacitor/core": "^3.0.0-rc.0",
"@capacitor/ios": "^3.0.0-rc.0",
"@ckpack/vue-color": "^0.0.3",
"@stripe/stripe-js": "^1.12.1",
"animate.css": "^4.1.1",
"bulma": "^0.9.1",
"bulma-pricingtable": "^0.2.0",
"capacitor-firebase-auth": "^3.0.0-rc.0",
"date-fns": "2.17.0",
"firebase": "^8.2.4",
"firebaseui": "^4.7.1",
"fontawesome": "^5.6.3",
"lodash": "^4.17.21",
"monaco-editor": "^0.26.1",
"pluralize": "^8.0.0",
"responsive-sketchpad": "^1.2.2",
"rxjs": "^6.6.7",
"vue": "^3.0.5",
"vue-i18n": "^9.1.6",
"vue-router": "4",
"vue-tippy": "^6.0.0-alpha.25",
"vue3-carousel": "^0.1.15"
},
"dependenciesUnpackedSize": {
"overall": "850kb, measured 2020-03-01",
"@stripe/stripe-js": "2kb",
"animate.css": "???",
"bulma": "???",
"bulma-pricingtable": "???",
"date-fns": "10kb",
"firebase": "firestore: 330kb, analytics: 35kb, auth: 180kb",
"firebaseui": "220kb. Maybe async-ify?",
"fontawesome": "???",
"pluralize": "6kb",
"vue": "40kb from fresh vite install; more with imports?",
"vue-router": "20kb?",
"vue3-carousel": "???"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@localazy/cli": "^1.4.5",
"@vitejs/plugin-vue": "^1.1.4",
"@vue/compiler-sfc": "^3.0.5",
"@web/test-runner": "^0.13.13",
"cordova-res": "^0.15.3",
"sass": "^1.32.8",
"vite": "^2.5.0",
"vite-web-test-runner-plugin": "^0.1.0"
}
}