-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 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
38
39
{
"name": "schaudepot.net",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"framer-motion": "^6.2.7",
"lodash.debounce": "^4.0.8",
"next": "12.1.0",
"ramda": "^0.28.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"swr": "1.2.2",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.0",
"@svgr/webpack": "^6.2.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"autoprefixer": "^10.4.2",
"babel-jest": "^27.5.1",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"eslint-plugin-testing-library": "^5.0.5",
"jest": "^27.5.1",
"postcss": "^8.4.6",
"postcss-import": "^14.0.2",
"prettier": "^2.5.1"
}
}