-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.07 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
{
"name": "2019-10-04-vuejs-london-conference-2019",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "parcel src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ycmjason/2019-10-04-vuejs-london-conference-2019.git"
},
"keywords": [],
"author": "Jason Yu <me@ycmjason.com>",
"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",
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@vue/component-compiler-utils": "^3.0.0",
"parcel-bundler": "^1.12.3",
"prettier": "^1.18.2",
"typescript": "^3.7.0-beta",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@types/lodash.zip": "^4.2.6",
"@vue/composition-api": "^0.3.2",
"lodash.zip": "^4.2.0",
"normalize.css": "^8.0.1",
"vue": "^2.6.10",
"vue-hot-reload-api": "^2.3.4"
}
}