-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.06 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
{
"name": "holo-graphic-symbol",
"version": "1.0.0",
"description": "Dev area for developing the dynamic Holo symbol",
"main": "index.js",
"scripts": {
"start": "parcel src/index.html src/canvas.html",
"build": "parcel build src/*.html",
"build-smaller": "parcel build src/*.html --experimental-scope-hoisting",
"run-build": "npx http-server ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MatthewNichols/holo-graphic-symbol.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MatthewNichols/holo-graphic-symbol/issues"
},
"homepage": "https://github.com/MatthewNichols/holo-graphic-symbol#readme",
"dependencies": {
"@types/lodash-es": "^4.17.3",
"@vue/composition-api": "^0.5.0",
"scripts": "^0.1.0",
"vue": "^2.6.11",
"vue-hot-reload-api": "^2.3.4"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.1.1",
"parcel-bundler": "^1.12.4",
"sass": "^1.26.2",
"typescript": "^3.8.3",
"vue-template-compiler": "^2.6.11"
}
}