-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1010 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1010 Bytes
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
{
"name": "means",
"version": "0.0.1",
"main": "src/index.js",
"repository": "https://github.com/public-office/means.git",
"author": "Matt Lenz <matt@mattlenz.com>",
"license": "MIT",
"scripts": {
"dev": "mkdir -p dev && cp src/dev.html dev/index.html && vite",
"build": "vite build && cat dist/.ui/manifest.json | node src/index.html.js > dist/.ui/ui.html; git rev-parse HEAD > dist/.version",
"deploy": "dotenv -- bash -c 'hyp drive sync -y ./dist $DEPLOY_DRIVE'"
},
"devDependencies": {
"sass": "^1.32.12",
"vite": "^2.2.3",
"vite-plugin-vue2": "^1.4.4"
},
"dependencies": {
"@hyperspace/cli": "^1.5.1",
"dotenv": "^10.0.0",
"dotenv-cli": "^4.0.0",
"file-type": "./lib/file-type",
"interactjs": "^1.10.11",
"is-dark-color": "^1.2.0",
"lodash-es": "^4.17.21",
"material-icons-base64": "^1.1.5",
"mime": "^2.5.2",
"path-browserify": "^1.0.1",
"vue": ">= 2.5 < 3",
"vue-router": "^3.5.1",
"vuex": "^3.6.2"
}
}