-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 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
{
"name": "create-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--no-warnings' next dev -p 10000",
"build": "next build",
"start": "next start -p 10000",
"lint": "next lint",
"clean": "rm -rf .next",
"dev:clean": "npm run clean && npm run dev"
},
"dependencies": {
"@tanstack/react-virtual": "^3.11.2",
"axios": "^1.7.9",
"cheerio": "^1.0.0",
"cherio": "^1.0.0-rc.2",
"critters": "^0.0.23",
"csv-parse": "^5.6.0",
"json-loader": "^0.5.7",
"linkedin-private-api": "^1.1.2",
"lodash": "^4.17.21",
"next": "14.0.4",
"node-fetch": "^3.3.2",
"react": "^18",
"react-dom": "^18",
"react-error-boundary": "^5.0.0"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"cross-env": "^7.0.3",
"postcss": "^8",
"tailwindcss": "^3.3.0"
},
"description": "This project was generated from [create.xyz](https://create.xyz/).",
"main": "next.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}