-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1014 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
40
41
42
{
"name": "parsnevesht",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"license": "GPLV3",
"author": "Mahdi Aryayi <mahdiaryayi@gmail.com>",
"keywords": [
"persian",
"text-formatting",
"next.js"
],
"bugs": {
"url": "https://github.com/maryayi/parsnevesht/issues"
},
"homepage": "https://github.com/maryayi/parsnevesht#readme",
"dependencies": {
"@ant-design/icons": "^4.6.2",
"antd": "^4.16.5",
"next": "11.0.1",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@testing-library/dom": "^8.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/react": "17.0.11",
"babel-jest": "^27.0.6",
"eslint": "7.29.0",
"eslint-config-next": "11.0.1",
"jest": "^27.0.6",
"jest-dom": "^4.0.0",
"sass": "^1.35.1",
"typescript": "4.3.4"
}
}