-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "uxsoc2021",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.11.1",
"@contentful/rich-text-types": "^15.11.1",
"@netlify/plugin-nextjs": "^4.2.7",
"@notionhq/client": "^0.4.13",
"@tailwindcss/line-clamp": "^0.2.2",
"axios": "^0.24.0",
"contentful": "^9.1.4",
"framer-motion": "^6.2.8",
"js-cookie": "^3.0.5",
"luxon": "^2.3.1",
"next": "^12.1.4",
"nprogress": "^0.2.0",
"precss": "^4.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-loader-spinner": "^5.1.0",
"react-promise-tracker": "^2.1.0",
"sass": "^1.43.4",
"zustand": "^4.4.1"
},
"devDependencies": {
"@netlify/build": "^0.1.30",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"autoprefixer": "^10.4.0",
"babel-jest": "^27.3.1",
"eslint": "7.32.0",
"eslint-config-next": "12.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
"postcss": "^8.3.11",
"react-test-renderer": "^17.0.2",
"tailwindcss": "^3.3.3"
}
}