-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
124 lines (124 loc) · 4.14 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
{
"private": true,
"name": "@epic/gltf-web-viewer",
"description": "glTF Web Viewer",
"version": "1.30.1",
"license": "MIT",
"homepage": ".",
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jest-environment-jsdom-sixteen",
"test-coverage": "react-app-rewired test --env=jest-environment-jsdom-sixteen --watchAll=false --coverage",
"test:e2e": "jest -c e2e/jest.config.js --runInBand",
"test:e2e-update": "jest -c e2e/jest.config.js --runInBand --updateSnapshot",
"test:e2e-watch": "jest -c e2e/jest.config.js --runInBand --watch",
"eject": "react-scripts eject",
"lint": "eslint -c .eslintrc.js \"**/*.{js,jsx,json,ts,tsx}\"",
"fix": "npm run lint -- --fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@animech-public/playcanvas": "^1.36.1-rc.1",
"@material-ui/core": "^4.9.7",
"clsx": "^1.1.0",
"draco3d": "^1.3.6",
"hammerjs": "^2.0.8",
"lodash.debounce": "^4.0.8",
"mobx": "^5.15.4",
"mobx-react-lite": "^1.5.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.0.1",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/gitlab": "^6.2.2",
"@semantic-release/npm": "^7.0.5",
"@semantic-release/release-notes-generator": "^9.0.1",
"@testing-library/dom": "^7.0.4",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^10.0.1",
"@testing-library/react-hooks": "^3.2.1",
"@testing-library/user-event": "^10.0.0",
"@types/debug": "4.1.5",
"@types/expect-puppeteer": "4.4.0",
"@types/fs-extra": "8.1.0",
"@types/hammerjs": "^2.0.36",
"@types/jest": "^25.1.4",
"@types/jest-environment-puppeteer": "^4.3.1",
"@types/jest-image-snapshot": "^2.12.0",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^13.9.2",
"@types/puppeteer": "^2.0.1",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/testing-library__react": "^9.1.3",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"canvas": "^2.6.1",
"conventional-changelog-conventionalcommits": "^4.3.0",
"cross-env": "^7.0.2",
"customize-cra": "^0.9.1",
"customize-cra-react-refresh": "^1.0.1",
"debug": "^4.1.1",
"deepmerge": "^4.2.2",
"dynamic-cdn-webpack-plugin": "^5.0.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-react": "^1.1.7",
"eslint-import-resolver-node": "^0.3.3",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-autofix": "^1.0.0",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^1.7.0",
"event-hooks-webpack-plugin": "^2.2.0",
"expect-puppeteer": "^4.4.0",
"fs-extra": "^8.1.0",
"get-installed-path": "^4.0.8",
"glob": "^7.1.6",
"husky": "^3.0.8",
"jest": "24.9.0",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-environment-puppeteer": "^4.4.0",
"jest-image-snapshot": "^3.0.1",
"jest-puppeteer": "^4.4.0",
"jest-webgl-canvas-mock": "^0.2.3",
"license-webpack-plugin": "^2.3.10",
"lint-staged": "^10.1.1",
"module-to-cdn": "^3.1.5",
"prettier": "^1.19.1",
"puppeteer": "^2.1.1",
"react-app-rewired": "^2.1.5",
"react-refresh": "^0.8.0",
"react-scripts": "3.4.0",
"react-test-renderer": "^16.13.1",
"semantic-release": "^17.1.1",
"sync-fetch": "^0.3.0",
"ts-jest": "^24.3.0",
"typescript": "^3.8.3",
"webpack": "4.41.5",
"webpack-merge": "^4.2.2",
"write-json-webpack-plugin": "^1.1.0",
"xhr-mock": "^2.5.1"
}
}