-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.json
162 lines (162 loc) · 5.09 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "nomie",
"version": "5.6.4",
"homepage": "https://nomie.app",
"bugs": {
"url": "https://github.com/open-nomie/nomie/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/open-nomie/nomie.git"
},
"author": {
"name": "Brandon Corbin",
"email": "[email protected]",
"url": "https://nomie.app"
},
"scripts": {
"generate-whatsnew": "node build-tools/generate-whats-new.js && git add . && git commit -m 'build: whats new'",
"release": "npm run generate-whatsnew && release-it --no-npm.publish",
"commit": "git cz",
"pre:run": "node build-tools/move-resources.js && node build-tools/bundle-vendors.js",
"build": "npm run pre:run && rollup -c",
"autobuild": "rollup -c -w",
"scss": "node-sass ./src/scss/main.scss --output=./public --watch=./src/scss/**/*.scss --include-path",
"dev": "npm run pre:run && concurrently \"run-p start:dev autobuild\" \"npm run scss\"",
"dev:ip": "node build-tools/move-resources.js && concurrently \"run-p start:ip autobuild\" \"npm run scss\"",
"start": "sirv public --single",
"start:og": "sirv public --cors --single --dev ",
"start:dev": "sirv public --cors --single --dev --host 0.0.0.0",
"test": "jest",
"todo": "node build-tools/get-todo.js",
"patch": "npm run version_patch && npm run todo",
"minor": "npm run version_minor && npm run todo",
"cypress": "cypress open",
"release:patch": "release-it patch --no-npm.publish",
"release:minor": "release-it minor --no-npm.publish"
},
"release-it": {
"git": {
"commitMessage": "chore: release v${version}"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"config": {
"commitizen": {
"path": "git-cz"
}
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^11.0.0",
"@kazzkiq/svelte-preprocess-scss": "^0.1.3",
"@mya-zaki/advanced-search": "^1.0.0",
"@release-it/conventional-changelog": "^1.1.4",
"@rollup/plugin-typescript": "^5.0.1",
"@sveltejs/gestures": "0.0.1",
"@tsconfig/svelte": "^1.0.2",
"@types/jest": "^26.0.8",
"@types/lodash": "^4.14.161",
"@types/papaparse": "^5.2.2",
"babel-jest": "^26.3.0",
"blockstack": "^21.1.1",
"boolean-parser": "0.0.2",
"commitizen": "^4.2.4",
"commitlint": "^9.1.2",
"concurrently": "^5.2.0",
"copy": "^0.3.2",
"d3-scale": "^3.2.1",
"dayjs": "^1.8.30",
"dom-to-image-chrome-fix": "^2.6.0",
"dom-to-image-more": "^2.8.0",
"dynamic-time-warping": "^1.0.0",
"eslint": "^6.6.0",
"eslint-plugin-svelte3": "^2.7.3",
"esri-leaflet": "^2.3.0",
"esri-leaflet-geocoder": "^2.2.14",
"euclidean-distance": "^1.0.0",
"find-in-files": "^0.5.0",
"git-cz": "^4.6.2",
"git-release-notes": "^4.0.1",
"gitlog": "^4.0.0",
"html2canvas": "^1.0.0-rc.5",
"husky": "^4.2.5",
"i18next": "^17.0.16",
"jest": "^26.4.0",
"json-loader": "^0.5.7",
"latlon-geohash": "^2.0.0",
"leaflet": "^1.5.1",
"lirm": "0.0.1",
"localforage": "^1.7.3",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"nomie-uom": "^1.0.2",
"npm-run-all": "^4.1.5",
"papaparse": "^5.3.0",
"r-squared": "0.0.0",
"release-it": "^13.6.6",
"rollup": "^2.7.6",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-livereload": "^1.3.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^5.3.1",
"rollup-plugin-visualizer": "^2.6.0",
"rollup-plugin-workbox": "^5.0.1",
"sass-loader": "^7.1.0",
"search-text-tokenizer": "^2.1.1",
"semver": "^6.2.0",
"sirv-cli": "^0.4.4",
"style-loader": "^0.23.1",
"svelte": "^3.20.1",
"svelte-awesome": "^1.4.1",
"svelte-check": "^0.1.55",
"svelte-hammer": "^0.1.6",
"svelte-hero-icons": "^1.0.5",
"svelte-jester": "^1.1.2",
"svelte-loader": "^2.13.6",
"svelte-preprocess": "^4.0.8",
"svelte-preprocess-css-global": "0.0.1",
"svelte-routing": "^1.4.2",
"svelte-sortable-list": "^1.1.0",
"svelte-spa-router": "^2.1.0",
"svelte-spinner": "^2.0.1",
"svg-inline-loader": "^0.8.2",
"ts-jest": "^26.1.4",
"ts-md5": "^1.2.7",
"typescript": "^3.9.7",
"ua-parser": "^0.3.5",
"webpack": "^5.11.1",
"webpack-cli": "^3.3.11",
"yargs-parser": "^18.1.3"
},
"supporting": {
"cypress": "^4.11.0"
},
"dependencies": {
"@blockstack/connect": "^2.12.1",
"@composi/gestures": "^1.0.9",
"@egjs/hammerjs": "^2.0.17",
"bootstrap": "^4.3.1",
"carbon-icons-svelte": "^10.9.3",
"chart.js": "^2.9.4",
"nomie-utils": "^0.1.10",
"postcss": "^8.2.15",
"pouchdb": "^7.1.1",
"rollup-plugin-postcss": "^4.0.0",
"sortablejs": "^1.10.2"
},
"license": "MIT"
}