-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.28 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
{
"name": "sunrise_crane_v2",
"version": "0.1.0",
"siteUrl": "https://www.sunrise-crane.com.tw",
"author": "日陽起重工程有限公司",
"developer": "Wei-Chi, Chen",
"designer": "Chen-Yu, Wu",
"private": true,
"scripts": {
"dev": "cross-env NEXT_PUBLIC_ENV=development NODE_ENV=development node --inspect server.js",
"build": "next build",
"lint": "next lint",
"start": "cross-env NEXT_PUBLIC_ENV=production NODE_ENV=production node server.js"
},
"dependencies": {
"@glidejs/glide": "^3.5.2",
"@reduxjs/toolkit": "^1.8.3",
"lightgallery": "^2.5.0",
"lodash": "^4.17.21",
"next": "12.2.2",
"nextjs-progressbar": "^0.0.14",
"normalize.css": "^8.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"sharp": "^0.30.7"
},
"devDependencies": {
"@koa/router": "^12.0.0",
"@styled-jsx/plugin-sass": "^4.0.2",
"babel-plugin-import": "^1.13.6",
"cross-env": "^7.0.3",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"koa": "^2.13.4",
"next-compose-plugins": "^2.2.1",
"next-pwa": "^5.5.4",
"sass": "^1.53.0"
}
}