-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 846 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
{
"name": "railshelp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"devDebug": "NODE_OPTIONS='--inspect' next dev",
"build": "next build && next export",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"next": "11",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-use": "^17.1.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.7.3",
"autoprefixer": "^10.4.2",
"babel-jest": "^26.6.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"postcss": "^8.4.5",
"react-test-renderer": "^17.0.1",
"tailwindcss": "^3.0.15"
}
}