forked from CodePilotai/codepilot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
184 lines (184 loc) · 5.26 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
"name": "codepilot-ai",
"version": "0.0.0-dev",
"private": true,
"scripts": {
"postinstall": "electron-builder install-app-deps",
"dev": "vue-cli-service serve:electron",
"build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service build:electron --ia32 --x64",
"build:staging": "cross-env PROJECT_PHASE=staging yarn build --publish=always",
"build:production": "cross-env PROJECT_PHASE=production yarn build --publish=always",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"test:unit:watch": "yarn test:unit --watchAll",
"test:e2e": "cross-env SPECTRON=true yarn build && mocha test/e2e",
"test:e2e:watch": "yarn test:e2e --watch --watch-extensions js,vue",
"benchmark": "cross-env BABEL_ENV=benchmark babel-node test/benchmark-search",
"new": "hygen new"
},
"dependencies": {
"apollo-cache-inmemory": "~1.2.8",
"apollo-client": "~2.4.0",
"apollo-link-context": "~1.0.8",
"apollo-link-http": "~1.5.4",
"auto-launch": "~5.0.5",
"autosize": "~4.0.2",
"base-64": "~0.1.0",
"btoa": "^1.2.1",
"cuid": "~2.1.2",
"date-fns": "~1.29.0",
"electron-settings": "~3.2.0",
"escape-html": "~1.0.3",
"file-icons-js": "~1.0.3",
"findandreplacedomtext": "~0.4.6",
"font-awesome": "~4.7.0",
"graceful-fs": "~4.1.11",
"graphql": "~0.13.2",
"graphql-tag": "~2.9.2",
"highlight.js": "^9.12.0",
"html-entities": "~1.2.1",
"html-to-markdown": "~1.0.0",
"lodash": "~4.17.10",
"lucene-query-parser": "~1.2.0",
"markdown-it": "~8.4.2",
"minimist": "~1.2.0",
"mkdirp": "~0.5.1",
"monaco-editor": "^0.19.0",
"monaco-editor-webpack-plugin": "^1.5.2",
"node-fetch": "~2.2.0",
"normalize.css": "~8.0.0",
"p-queue": "~3.0.0",
"parse-full-name": "~1.2.3",
"rxjs": "~5.5.11",
"superagent": "chrisvfritz/codepilot-superagent",
"tailwindcss": "~0.6.5",
"temp": "~0.8.3",
"url": "~0.11.0",
"v-tooltip": "2.0.0-rc.33",
"vscode-ripgrep": "^1.1.0",
"vue": "~2.6.11",
"vue-electron": "~1.0.6",
"vue-global-events": "~1.0.3",
"vue-monaco": "~1.2.0",
"vue-multiselect": "~2.1.0",
"vue-octicon": "~2.1.1",
"vue-slicksort": "~0.1.10",
"vue-tour": "~1.0.1",
"vuelidate": "~0.7.4",
"vuex": "~3.0.1",
"youtube-search-promise": "~1.0.3"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@mapbox/stylelint-processor-arbitrary-tags": "~0.2.0",
"@sinonjs/formatio": "^2.0.0",
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-e2e-nightwatch": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-plugin-unit-jest": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"@vue/eslint-config-prettier": "^3.0.1",
"@vue/eslint-config-standard": "^3.0.1",
"@vue/test-utils": "1.0.0-beta.20",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.0.1",
"babel-loader": "^8.0.2",
"babel-plugin-rewire": "1.2.0-rc.1",
"cross-env": "~5.2.0",
"electron": "^2.0.12",
"hygen": "~1.6.2",
"jest-playback": "~2.0.0",
"lint-staged": "^7.2.2",
"mocha": "^5.2.0",
"node-loader": "^0.6.0",
"node-sass": "^4.12.0",
"npm-run-all": "~4.1.5",
"require-dir": "^1.0.0",
"sass-loader": "^7.0.1",
"sinon": "^6.2.0",
"sinon-chai": "3.2.0",
"spectron": "~4.0.0",
"stylelint": "~9.5.0",
"stylelint-config-css-modules": "~1.3.0",
"stylelint-config-recess-order": "~2.0.0",
"stylelint-config-standard": "~18.2.0",
"stylelint-scss": "~3.3.0",
"thanks": "~2.0.0",
"vue-cli-plugin-electron-builder": "1.0.0-rc.3",
"vue-template-compiler": "^2.5.17"
},
"license": "SEE LICENSE IN license.txt",
"description": "Quickly find code you can reuse or learn from",
"author": "CodePilot.ai team@codepilot.ai",
"build": {
"productName": "CodePilot.ai",
"appId": "ai.codepilot.app",
"publish": {
"provider": "s3",
"bucket": "codepilot-test"
},
"directories": {
"output": "build"
},
"files": [
"dist_electron/**/*"
],
"dmg": {
"contents": [{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"protocols": {
"name": "CodePilot.ai",
"schemes": [
"codepilot"
]
},
"asarUnpack": [
"node_modules/vscode-ripgrep/bin/rg"
],
"mac": {
"icon": "build/icons/icon.icns",
"category": "ai.codepilot.app"
},
"win": {
"icon": "build/icons/icon.ico"
},
"linux": {
"icon": "build/icons",
"category": "Development",
"target": [
"AppImage"
]
}
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"src/renderer/**/*.{vue,scss}": [
"cross-env NODE_ENV=production stylelint --fix",
"git add"
],
"src/**/*.{js,vue}": [
"cross-env NODE_ENV=production eslint --fix",
"cross-env NODE_ENV=production prettier --write",
"git add"
],
"test/**/*.js": [
"cross-env NODE_ENV=production eslint --fix",
"cross-env NODE_ENV=production prettier --write",
"git add"
]
},
"main": "dist_electron/bundled/background.js"
}