This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.66 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "bs-todo",
"version": "6.0.1",
"description": "A decentralized Todo app built on Blockstack",
"author": "Michael Stivala <[email protected]> (https://michaelstivala.com/)",
"contributors": [
"Aaron Blankstein <[email protected]> (https://github.com/kantai)",
"Larry Salibra <[email protected]> (https://larrysalibra.com/)",
"Arjun Balaji <[email protected]> (https://github.com/arjunblj)",
"Kim Hallberg <[email protected]> (https://hallberg.kim/)",
"Guy Lepage <[email protected]> (https://lepage.cc/)",
"Jack Zampolin (https://github.com/jackzampolin)",
"Moxiegirl (https://github.com/moxiegirl)"
],
"repository": {
"type": "git",
"url": "https://github.com/blockstack/blockstack-todos"
},
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit --coverage --coverageReporters=lcov"
},
"dependencies": {
"axios": "^0.18.0",
"blockstack": "^19.1.0",
"bootstrap": "^4.3.1",
"core-js": "^2.6.5",
"vue": "^2.6.10",
"vue-router": "^3.0.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.6.0",
"@vue/cli-plugin-eslint": "^3.6.0",
"@vue/cli-plugin-unit-jest": "^3.6.0",
"@vue/cli-service": "^3.6.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.21"
}
}