-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 4.68 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
{
"name": "DAVAI",
"version": "0.0.1",
"description": "Data Analysis through Voice and Artificial Intelligence",
"main": "index.js",
"browserslist": "> 0.2%, last 5 versions, Firefox ESR, not dead, not ie > 0",
"scripts": {
"start": "webpack serve --no-https",
"start:secure": "webpack serve",
"start:secure:no-certs": "webpack serve --no-https-request-cert",
"build": "npm-run-all lint:build build:webpack",
"build:webpack": "webpack --mode production",
"build:top-test": "cross-env DEPLOY_PATH=specific/release/ webpack --mode production --output-path top-test/specific/release && cp top-test/specific/release/index-top.html top-test/",
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\" \"./cypress/**/*.{js,jsx,ts,tsx}\"",
"lint:build": "eslint -c \".eslintrc.build.js\" \"./src/**/*.{js,jsx,ts,tsx}\" \"./cypress/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"./src/**/*.{js,jsx,ts,tsx}\" \"./cypress/**/*.{js,jsx,ts,tsx}\"",
"lint:style": "eslint -c \".eslintrc.style.js\" \"./src/**/*.{js,jsx,ts,tsx}\" \"./cypress/**/*.{js,jsx,ts,tsx}\"",
"lint:style:fix": "eslint -c \".eslintrc.style.js\" \"./src/**/*.{js,jsx,ts,tsx}\" \"./cypress/**/*.{js,jsx,ts,tsx}\"",
"serve:top-test": "npx http-server top-test",
"test": "jest",
"test:all": "npm-run-all build test start",
"test:coverage": "jest --coverage",
"test:debug": "node --nolazy --inspect-brk ./node_modules/.bin/jest --runInBand --no-cache",
"test:watch": "jest --watch",
"test:coverage:watch": "jest --coverage --watchAll",
"test:cypress": "cypress run",
"test:cypress:open": "cypress open",
"test:coverage:cypress:open": "cypress open --env coverage=true",
"test:full": "npm-run-all test test:cypress",
"strings:pull": "node bin/pull-strings.js --prefix=DG.plugin --out=./src/strings.json",
"sync:assistant-settings": "node --loader ts-node/esm \"./ai-assistant-settings/scripts/sync-settings.mts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/concord-consortium/davai-plugin.git"
},
"author": "Concord Consortium",
"license": "MIT",
"bugs": {
"url": "https://github.com/concord-consortium/davai-plugin/issues"
},
"homepage": "https://github.com/concord-consortium/davai-plugin#readme",
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
"all": true,
"report-dir": "coverage-cypress"
},
"devDependencies": {
"@concord-consortium/codap-plugin-api": "^0.1.7",
"@cypress/code-coverage": "^3.10.6",
"@cypress/webpack-preprocessor": "^5.17.1",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@svgr/webpack": "^8.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.1",
"@types/node": "^22.9.1",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"autoprefixer": "^10.4.14",
"caniuse-lite": "^1.0.30001489",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
"cypress": "^13.16.0",
"eslint": "^8.41.0",
"eslint-config-react": "^1.1.7",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.11.0",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.1",
"identity-obj-proxy": "^3.0.0",
"iframe-phone": "^1.3.1",
"istanbul-lib-coverage": "^3.2.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"mini-css-extract-plugin": "^2.7.6",
"npm-run-all": "^4.1.5",
"postcss-loader": "^7.3.2",
"sass": "^1.62.1",
"sass-loader": "^16.0.3",
"script-loader": "^0.7.2",
"style-loader": "^3.3.3",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"wait-on": "^7.0.1",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
},
"dependencies": {
"@types/dom-speech-recognition": "^0.0.4",
"dotenv": "^16.4.5",
"mobx-react-lite": "^4.0.7",
"mobx-state-tree": "^7.0.0",
"nanoid": "^5.0.9",
"openai": "^4.72.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"tslib": "^2.5.2"
}
}