-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.2 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
58
59
60
61
62
{
"title": "Dev Myna Page",
"name": "devmyna-page",
"version": "1.0.0",
"description": "Minha página pessoal",
"homepage": "https://devmyna.xyz",
"repository": "https://github.com/Minatiuu/my",
"dependencies": {
"@mdx-js/loader": "^2.3.0",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.5.3",
"@prisma/client": "^5.17.0",
"axios": "^1.7.2",
"dotenv": "^16.0.3",
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.6",
"express": "^4.18.2",
"jquery": "^3.6.1",
"next": "^14.2.5",
"prettier": "^3.0.0",
"prisma": "^5.17.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.50.0",
"ts-results": "^3.3.0"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.18.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/axios": "^0.14.0",
"@types/jquery": "^3.5.14",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-html-parser": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"autoprefixer": "^10.4.19",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.3",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"postcss": "^8.4.40",
"spotify-types": "^1.0.7",
"tailwindcss": "^3.4.7",
"tsc-alias": "^1.8.10",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.4"
},
"scripts": {
"dev": "docker rm mynahome_app mynahome_db; clear -x; docker-compose -f docker-compose.yml -f docker/docker-compose_dev.yml up --build",
"build": "clear -x; npx prisma generate; next build",
"start": "clear -x; next start",
"test": "clear -x; docker-compose run -f docker/docker-compose_test.yml app"
}
}