This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·67 lines (67 loc) · 1.85 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "native-owned-businesses",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"dependencies": {
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link-http": "^1.5.17",
"axios": "latest",
"core-js": "^3.1.2",
"gotql": "^2.0.3",
"graphql": "^15.0.0",
"graphql-tag": "^2.10.3",
"mapbox-gl": "^2.0.0",
"register-service-worker": "^1.6.2",
"tailwindcss": "^1.9.6",
"typeface-inter": "^3.15.0",
"vue": "^2.6.10",
"vue-apollo": "^3.0.3",
"vue-mapbox": "^0.4.1",
"vue-router": "^3.0.6",
"vue-select": "^3.11.2",
"vuex": "^3.6.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-plugin-pwa": "^4.0.0",
"@vue/cli-plugin-router": "^4.0.0",
"@vue/cli-plugin-unit-jest": "^4.0.0",
"@vue/cli-plugin-vuex": "^4.0.0",
"@vue/cli-service": "^4.3.1",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
},
"description": "The frontend for a directory of native-owned businesses",
"main": ".eslintrc.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nativesintech/native-owned-businesses.git"
},
"keywords": [
"indigenous",
"native"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nativesintech/native-owned-businesses/issues"
},
"homepage": "https://github.com/nativesintech/native-owned-businesses#readme"
}