-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.58 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
{
"name": "landing-page-frontend",
"scripts": {
"clobber": "npx projen clobber",
"compile": "npx projen compile",
"test:compile": "npx projen test:compile",
"test": "npx projen test",
"build": "tsc && vite build",
"upgrade": "npx projen upgrade",
"upgrade-projen": "npx projen upgrade-projen",
"default": "npx projen default",
"watch": "npx projen watch",
"dev": "vite",
"eject": "npx projen eject",
"serve": "vite preview"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.2",
"@types/node": "^10.17.0",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-react": "^1.0.8",
"autoprefixer": "^10.4.0",
"npm-check-updates": "^11",
"postcss": "^8.3.11",
"projen": "^0.27.50",
"tailwindcss": "^2.2.19",
"typescript": "^4.0.3",
"vite": "^2.6.14"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.0",
"web-vitals": "^2.1.2"
},
"bundledDependencies": [],
"license": "Apache-2.0",
"version": "0.0.0",
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}