-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.21 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.21 KB
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
{
"name": "@graphapps/apoc",
"version": "0.1.1",
"neo4jDesktop": {
"apiVersion": "^1.4.0"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"package": "rm -f *.tgz && npm run build && npm pack",
"test": "./node_modules/.bin/cypress run"
},
"dependencies": {
"core-js": "^3.6.4",
"highlightjs": "^9.16.2",
"highlightjs-cypher": "^1.1.1",
"tailwindcss": "^1.2.0",
"vue": "^2.6.11",
"vue-neo4j": "^0.3.7",
"vue-router": "^3.1.6"
},
"devDependencies": {
"@neo4j/code-signer": "^1.1.1",
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"babel-eslint": "^10.1.0",
"cypress": "^4.5.0",
"elasticlunr": "^0.9.5",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}