-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "merahputih.moe",
"author": "ScathachGrip",
"description": "MerahPutih.moe UwU",
"license": "MIT",
"version": "1.1.10-dev",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"pr:check": "mocha -r ts-node/register 'test/pull_requests.ts'"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/ScathachGrip/merahputih.moe.git"
},
"dependencies": {
"next": "12.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sass": "^1.49.9"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"autoprefixer": "^10.4.2",
"chai": "^4.3.7",
"eslint": "^8.12.0",
"eslint-config-next": "^12.1.1",
"eslint-plugin-testing-library": "^5.1.0",
"eslint-plugin-unused-imports": "^2.0.0",
"mocha": "^10.2.0",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"ts-node": "^10.9.1",
"typescript": "^4.6.0"
}
}