-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.44 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
{
"name": "lti-13-example",
"private": false,
"version": "0.0.1",
"type": "module",
"license": "Apache-2.0",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"scripts": {
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"start": "vite",
"test": "vitest --passWithNoTests"
},
"dependencies": {
"@babel/preset-env": "^7.22.10",
"@instructure/canvas-theme": "^8.43.1",
"@instructure/emotion": "^8.43.1",
"@instructure/ui-heading": "^8.43.1",
"@instructure/ui-text": "^8.43.1",
"@instructure/ui-themes": "^8.43.1",
"@instructure/ui-view": "^8.43.1",
"@oxctl/ui-lti": "^1.5.1",
"jwt-decode": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/preset-react": "^7.22.5",
"@instructure/ui-eslint-config": "^8.43.1",
"@instructure/ui-stylelint-config": "^8.43.1",
"@instructure/ui-webpack-config": "^8.43.1",
"@oxctl/lti-auto-configuration": "^1.1.10",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.43.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"vite": "^4.5.5",
"vite-plugin-mkcert": "^1.16.0",
"vitest": "^0.34.4"
}
}