forked from kentoje/w1p2021-hero-monthubert-lemire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 907 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
35
36
37
{
"name": "hero",
"version": "0.0.1",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"dev": "parcel app/index.html",
"build": "parcel build app/index.html && cp _redirects dist/",
"lint": "esw . --ext .js,.vue --watch --color"
},
"repository": {
"type": "git"
},
"license": "MIT",
"homepage": "https://github.com/bcalou/w1p2021-hero-00#readme",
"devDependencies": {
"@vue/component-compiler-utils": "^3.0.0",
"babel-eslint": "^8.0.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.1.0",
"eslint-watch": "^5.1.2",
"parcel-bundler": "^1.12.3",
"sass": "^1.20.1",
"vue-template-compiler": "^2.6.10"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.common.js"
},
"dependencies": {
"assets": "^3.0.1",
"require.js": "^1.0.0",
"vue": "^2.6.10",
"vue-hot-reload-api": "^2.3.3",
"vue-router": "^3.0.6"
}
}