-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 967 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
38
39
40
41
42
43
{
"name": "vuejs-todo",
"version": "1.0.0",
"description": "Simple Vuejs Todo Application",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuex": "^3.4.0",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sahapranta/vuejs-todo.git"
},
"keywords": [
"vuejs",
"todo",
"vuex",
"vuex-persist"
],
"author": "Pranta Saha <pranta1204@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sahapranta/vuejs-todo/issues"
},
"homepage": "https://v-todos.netlify.app"
}