-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.89 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.89 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "palun",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.5.2",
"macy": "^2.5.1",
"react": "16.14.0",
"react-bootstrap": "^1.3.0",
"react-countup": "^4.3.3",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"react-responsive-masonry": "^2.1.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-scroll": "^1.8.1",
"react-slick": "^0.27.4",
"react-visibility-sensor": "^5.1.1",
"simple-react-lightbox": "^3.6.9-0"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"serve": "vite preview",
"lint": "eslint src/**/*.{js,jsx}",
"lint:fix": "eslint src/**/*.{js,jsx} --fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@vitejs/plugin-react-refresh": "^1.3.6",
"pnpm": "^6.28.0",
"vite": "^2.7.13",
"vite-plugin-svgr": "^1.0.1"
},
"pnpm": {
"overrides": {
"ansi-regex@>2.1.1 <5.0.1": ">=5.0.1",
"nth-check@<2.0.1": ">=2.0.1",
"object-path@<0.11.8": ">=0.11.8",
"immer@<9.0.6": ">=9.0.6",
"object-path@<0.11.6": ">=0.11.6",
"ansi-html@<=0.0.7": "<0.0.7",
"postcss@>=7.0.0 <7.0.36": ">=7.0.36",
"glob-parent@<5.1.2": ">=5.1.2",
"browserslist@>=4.0.0 <4.16.5": ">=4.16.5",
"sockjs@<0.3.20": ">=0.3.20",
"react-dev-utils@>=0.4.0 <11.0.4": ">=11.0.4",
"immer@<8.0.1": ">=8.0.1",
"node-notifier@<8.0.1": ">=8.0.1",
"yargs-parser@>=6.0.0 <13.1.2": ">=13.1.2",
"object-path@<0.11.5": ">=0.11.5",
"serialize-javascript@<3.1.0": ">=3.1.0",
"postcss@<8.2.13": ">=8.2.13",
"node-forge@<1.0.0": ">=1.0.0"
}
}
}