-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.23 KB
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
{
"name": "@compilorama/polang-website",
"version": "0.1.0",
"description": "Polang's website",
"keywords": [
"polang",
"website"
],
"license": "MIT",
"author": "Rafael Camargo <hello@rafaelcamargo.com>",
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build --emptyOutDir",
"format": "eslint src",
"test": "jest"
},
"dependencies": {
"@compilorama/polang": "^0.5.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-router": "^7.14.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/eslint-parser": "^7.28.6",
"@babel/preset-env": "^7.29.2",
"@babel/preset-react": "^7.28.5",
"@eslint/js": "^9.39.4",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "^6.0.1",
"babel-jest": "^30.3.0",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"globals": "^17.4.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"netlify-cli": "^24.11.1",
"stylus": "^0.64.0",
"vite": "^8.0.8",
"vite-plugin-static-copy": "^4.1.0"
}
}