-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
35 lines (35 loc) · 885 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
{
"name": "1337-readme",
"version": "1.1.0",
"main": "index.js",
"repository": "git@github.com:mohouyizme/1337-readme.git",
"author": "Mohamed Ouyizme <mohouyizme@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"autoprefixer": "^10.1.0",
"axios": "^0.21.1",
"formik": "^2.2.6",
"image-to-base64": "^2.1.1",
"memory-cache": "^0.2.0",
"next": "^10.0.3",
"next-connect": "^0.9.1",
"postcss": "^8.2.1",
"query-string": "^6.13.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"tailwindcss": "^2.0.1"
},
"devDependencies": {
"@types/image-to-base64": "^2.1.0",
"@types/memory-cache": "^0.2.1",
"@types/node": "14.14.14",
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0",
"typescript": "4.1.3"
}
}