-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "anyaral",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fastbuild": "LINTMODE=nolint next build",
"test": "jest --watch"
},
"dependencies": {
"next": "^12.2.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/runtime": "^7.16.3",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^12.1.2",
"autoprefixer": "^10.4.8",
"babel-jest": "^27.3.1",
"babel-loader": "^8.2.5",
"eslint": "7.32.0",
"eslint-config-next": "12.2.4",
"globby": "^11.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
"marked": "^4.0.18",
"nanoid": "^3.1.30",
"next-pwa": "5.5.4",
"postcss": "^8.4.14",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.7.2",
"react-test-renderer": "^17.0.2",
"tailwindcss": "^2.2.19"
},
"engines": {
"node": "^16.16.0"
},
"packageManager": "yarn@3.2.2"
}