-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 876 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 876 Bytes
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": "nextjsfrontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "node_modules/next/dist/bin/next start -p 8080",
"test": "jest"
},
"dependencies": {
"@tailwindcss/ui": "^0.6.2",
"gray-matter": "^4.0.2",
"image-trace-loader": "^1.0.2",
"imagemin-mozjpeg": "^9.0.0",
"next": "9.5.3",
"next-optimized-images": "^2.6.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"tailwindcss": "^1.8.13",
"concurrently": "^6.2.2"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^3.0.0",
"@testing-library/dom": "^7.26.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"babel-jest": "^26.5.2",
"jest": "^26.5.3",
"jest-dom": "^4.0.0",
"postcss-preset-env": "^6.7.0"
}
}