-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
106 lines (106 loc) · 3.07 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
96
97
98
99
100
101
102
103
104
105
106
{
"name": "glisp",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "node task.deploy.js",
"build-deploy": "yarn build; yarn deploy --commit",
"doc:deploy": "yarn deploy --docs",
"doc:serve": "docsify serve docs",
"doc:export-refs": "yarn repl export-refs.glisp",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"repl": "node ./repl/index.js",
"repl:build": "webpack --config webpack.repl.config.js",
"repl:serve": "webpack --config webpack.repl.config.js --watch"
},
"main": "background.js",
"dependencies": {
"docsify": "^4.11.5",
"vue": "^2.6.12"
},
"devDependencies": {
"@types/chroma-js": "^2.0.0",
"@types/color": "^3.0.1",
"@types/file-saver": "^2.0.1",
"@types/jquery": "^3.5.0",
"@types/mousetrap": "^1.6.3",
"@types/readline-sync": "^1.4.3",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"@vue/cli-plugin-eslint": "~4.4.6",
"@vue/cli-plugin-typescript": "~4.4.6",
"@vue/cli-service": "^4.4.6",
"@vue/composition-api": "^1.0.0-beta.4",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/runtime-core": "^3.0.0-rc.5",
"babel-runtime": "^6.26.0",
"bezier-easing": "^2.1.0",
"bezier-js": "^2.6.1",
"brace": "^0.11.1",
"canvas2svg": "^1.0.16",
"case": "^1.6.3",
"chroma-js": "^2.1.0",
"comlink": "^4.3.0",
"comlink-loader": "^2.0.0",
"copy-webpack-plugin": "^6.0.3",
"css-color-names": "^1.0.1",
"dateformat": "^3.0.3",
"delaunator": "^4.0.1",
"docsify-cli": "^4.4.3",
"earcut": "^2.2.2",
"electron": "^11.5.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.2.2",
"eventemitter3": "^4.0.4",
"file-saver": "^2.0.2",
"ftp-deploy": "^2.3.7",
"gif.js": "^0.2.0",
"gl-matrix": "^3.3.0",
"hotkeys-js": "^3.8.1",
"hull.js": "^1.0.0",
"is-electron": "^2.2.0",
"is-node": "^1.0.2",
"jq-console": "^2.13.2",
"jquery": "^3.5.1",
"keycode": "^2.2.0",
"mousetrap": "^1.6.5",
"node-fetch": "^2.6.1",
"normalize.css": "^8.0.1",
"paper": "^0.12.11",
"paperjs-offset": "^1.0.8",
"portal-vue": "^2.1.7",
"prettier": "^2.0.5",
"raw-loader": "^4.0.1",
"readline-sync": "^1.4.10",
"resize-sensor": "^0.0.6",
"seedrandom": "^3.0.5",
"sobol": "^1.1.4",
"splitpanes": "^2.2.1",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"svgpath": "^2.3.0",
"typescript": "^3.9.7",
"voronoi": "^1.0.0",
"vue-cli-plugin-electron-builder": "~2.0.0-rc.4",
"vue-click-outside": "^1.1.0",
"vue-color": "^2.7.1",
"vue-composable": "^1.0.0-dev.37",
"vue-js-modal": "^2.0.0-rc.6",
"vue-markdown": "^2.2.4",
"vue-popperjs": "^2.3.0",
"vue-resize": "^0.5.0",
"vue-template-compiler": "^2.6.11",
"vuedraggable": "^2.24.0",
"webpack-cli": "^3.3.12",
"worker-plugin": "^4.0.3",
"yargs": "^15.4.1"
}
}