-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 3.03 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "@plastic-io/graph-editor",
"license": "BSD-3-Clause",
"author": "TonyGermaneri@gmail.com",
"version": "0.1.0",
"private": false,
"description": "IDE for Plastic-IO JavaScript graph programming lanague.",
"main": "./dist/index.html",
"files": [
"dist/*",
"LICENSE",
"README.md"
],
"scripts": {
"serve": "./node_modules/.bin/vue-cli-service serve",
"build": "./node_modules/.bin/vue-cli-service build",
"build-docs": "./node_modules/.bin/typedoc",
"test": "npm run test:unit",
"test:unit": "./node_modules/.bin/jest",
"test:e2e": "./node_modules/.bin/vue-cli-service test:e2e",
"lint": "./node_modules/.bin/vue-cli-service lint"
},
"dependencies": {
"@mdi/font": "^4.9.95",
"@plastic-io/plastic-io": "1.0.17",
"@vue/test-utils": "1.0.0-beta.29",
"canvas-datagrid": "^0.22.13",
"core-js": "^3.6.5",
"emmet": "git+https://github.com/cloud9ide/emmet-core.git#41973fcc70392864c7a469cf5dcd875b88b93d4a",
"htmlparser2": "^4.1.0",
"jshashes": "^1.0.8",
"moment": "^2.26.0",
"portal-vue": "^2.1.7",
"roboto-fontface": "*",
"v-runtime-template": "^1.10.0",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-json-viewer": "^2.2.11",
"vue-property-decorator": "^8.4.1",
"vue-router": "^3.2.0",
"vuetify": "^2.2.29",
"vuex": "^3.1.3",
"vuex-map-fields": "^1.4.0",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@auth0/auth0-spa-js": "^1.9.0",
"@babel/core": "^7.9.0",
"@babel/polyfill": "^7.8.7",
"@babel/preset-typescript": "^7.9.0",
"@mdi/js": "^4.9.95",
"@types/bezier-js": "0.0.8",
"@types/deep-diff": "^1.0.0",
"@types/escodegen": "0.0.6",
"@types/jest": "^24.0.19",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-e2e-cypress": "^4.3.1",
"@vue/cli-plugin-eslint": "^4.3.1",
"@vue/cli-plugin-typescript": "^4.3.1",
"@vue/cli-plugin-unit-jest": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-standard": "^5.1.0",
"@vue/eslint-config-typescript": "^5.0.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^25.3.0",
"bezier-js": "^2.6.1",
"bufferutil": "^4.0.1",
"canvas": "^2.6.1",
"cypress": "^4.6.0",
"deep-diff": "^1.0.2",
"domutils": "^2.0.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"jest": "^25.3.0",
"jest-css-modules-transform": "^4.0.0",
"minimist": "^1.2.5",
"prettier": "^1.19.1",
"ts-jest": "^25.3.1",
"typedoc": "^0.16.11",
"typescript": "~3.7.5",
"utf-8-validate": "^5.0.2",
"vue-cli-plugin-vuetify": "~2.0.5",
"vue-jest": "^3.0.5",
"vue-template-compiler": "^2.6.11",
"vue2-ace-editor": "0.0.15"
}
}