This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
62 lines (62 loc) · 1.75 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": "webperf-ecommerce-id",
"version": "1.0.0",
"description": "Web Perf Comparison for E-Commerce in Indonesia",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"export": "pnpm run build && next export",
"start": "next start",
"lint": "eslint 'components/**/*.{js,ts,tsx}' 'constants/**/*.{js,ts,tsx}' 'cronjob/**/*.{js,ts,tsx}' 'pages/**/*.{js,ts,tsx}' --quiet --fix",
"test": "echo \"Error: no test specified\" && exit 0",
"job:webtest": "ts-node ./cronjob/run.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mazipan/webperf-ecommerce-id.git"
},
"author": "Irfan Maulana <github.com/mazipan>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mazipan/webperf-ecommerce-id/issues"
},
"homepage": "https://github.com/mazipan/webperf-ecommerce-id#readme",
"dependencies": {
"@types/prop-types": "^15.7.5",
"apexcharts": "^3.41.0",
"app-root-dir": "^1.0.2",
"cors": "^2.8.5",
"next": "^12.3.4",
"node-fetch": "^3.3.1",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "18.2.0",
"ts-node": "10.9.1",
"typescript": "5.1.6"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@types/node-fetch": "2.6.4",
"@types/react": "^18.2.16",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"autoprefixer": "10.4.14",
"chalk": "5.3.0",
"cli-table3": "0.6.3",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.0",
"ora": "^6.3.1",
"postcss": "^8.4.27",
"postcss-import": "^15.1.0",
"prettier": "^3.0.0",
"rustywind": "0.16.0",
"tailwindcss": "3.3.3"
},
"engines": {
"node": ">=18"
}
}