forked from bandinopla/skill-assessments-quizzes
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 992 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"export": "next export",
"build": "next build",
"start": "next start",
"import-images": "node scripts/import-images.js",
"test-translations": "jest translations.test",
"test": "jest"
},
"dependencies": {
"glob": "^8.0.3",
"iso-language-codes": "^1.1.0",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"react-markdown": "^8.0.3",
"react-syntax-highlighter": "^15.5.0",
"yaml": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.2.0",
"@testing-library/user-event": "14.2.0",
"@types/react": "18.0.9",
"autoprefixer": "^10.4.8",
"babel-jest": "^28.1.3",
"jest": "^28.1.3",
"jest-environment-jsdom": "28.1.0",
"postcss": "^8.4.16",
"react-test-renderer": "^18.2.0",
"tailwindcss": "^3.1.8"
}
}