-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
34 lines (34 loc) · 946 Bytes
/
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
{
"private": true,
"name": "2019-10-04-vuejs-london-conference-2019",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite serve app --outDir ./dist",
"build": "vite build app --outDir ./dist",
"types": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ycmjason/2019-10-04-vuejs-london-conference-2019.git"
},
"author": "Jason Yu <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ycmjason/2019-10-04-vuejs-london-conference-2019/issues"
},
"homepage": "https://github.com/ycmjason/2019-10-04-vuejs-london-conference-2019#readme",
"dependencies": {
"lodash-es": "^4.17.15",
"lodash.zip": "^4.2.0",
"normalize.css": "^8.0.1",
"vue": "^3.0.2"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.2",
"prettier": "^2.1.2",
"typescript": "^4.0.3",
"vite": "^1.0.0-rc.4"
}
}