-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.89 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
48
49
50
51
52
53
54
55
56
57
{
"name": "typingchild",
"private": true,
"dependencies": {
"@babylonjs/core": "^5.1.0",
"@babylonjs/loaders": "^5.1.0",
"@babylonjs/materials": "^5.1.0",
"@headlessui/react": "^1.4.3",
"@nyinyithann/vec.js": "^1.0.1",
"firebase": "^9.6.4",
"idb": "^7.0.0",
"next": "^12.0.10",
"react": "^17.0.2",
"react-confetti": "^6.0.1",
"react-cookie-consent": "^7.3.1",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.2.0",
"zustand": "^3.6.9"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.1",
"autoprefixer": "^10.4.2",
"eslint": "8.7.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.0.8",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"postcss": "^8.4.5",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^7.2.3",
"prettier": "^2.5.1",
"prettier-eslint": "^13.0.0",
"prettier-plugin-tailwindcss": "^0.1.4",
"simple-zustand-devtools": "^1.0.1",
"stylelint-config-recommended": "^6.0.0",
"tailwindcss": "^3.0.15"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pretty": "prettier 'src/**/*.{js, jsx}'"
}
}