forked from pytchlang/pytch-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.15 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.15 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
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "pytch-webapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-common-types": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/diff": "^5.0.3",
"bootstrap": "^5.3.0",
"date-fns": "^2.30.0",
"dexie": "^3.2.4",
"diff": "^5.1.0",
"easy-peasy": "^5.2.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"marked": "^5.1.0",
"mime-types": "^2.1.35",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-image-crop": "^10.1.5",
"react-redux": "^8.1.1",
"react-router-dom": "^6.14.1",
"scratchblocks": "^3.6.2",
"standardized-audio-context": "^25.3.54"
},
"scripts": {
"cy:open": "cypress open",
"cy:run:quiet": "cypress run --quiet",
"cy:parallel": "cypress-parallel -s cy:run:quiet -t 8 -d cypress/e2e/**/*.cy.ts",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src cypress --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview -l info -d",
"mocha": "ts-mocha -p ./unit-tests/tsconfig.json --watch --watch-files \"unit-tests/**/*.spec.ts\",\"src/**/*.ts\" unit-tests/**/*.spec.ts"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/file-saver": "^2.0.5",
"@types/marked": "^5.0.0",
"@types/mocha": "^10.0.1",
"@types/node": "^20.3.3",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react": "^4.0.0",
"ajv-cli": "^5.0.0",
"chai": "^4.3.7",
"cypress": "^12.17.1",
"cypress-file-upload": "^5.0.8",
"cypress-parallel": "^0.13.0",
"cypress-wait-until": "^1.7.1",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"prettier": "^3.0.0",
"raw.macro": "^0.7.0",
"sass": "^1.63.6",
"ts-mocha": "^10.0.0",
"typescript": "^5.1.6",
"vite": "^4.3.9"
}
}