-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.92 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
63
{
"name": "calories-log.net",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "NODE_ENV=dev SERVICE_ENV=dev next dev",
"build": "NODE_ENV=production && next build",
"start": "SERVICE_ENV=production next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.18.2",
"@divops/axios": "^0.0.14",
"@divops/component-card": "^0.0.4",
"@divops/component-footer": "^0.0.1",
"@divops/component-grid-container": "^0.0.1",
"@divops/component-header": "^0.0.3",
"@divops/component-link-item": "^0.0.11-canary-06",
"@divops/component-list": "^0.0.1",
"@divops/component-page": "^0.0.4",
"@divops/component-paragraph": "^0.0.1",
"@divops/component-space": "^0.0.1",
"@divops/component-thumbs": "^0.0.1",
"@divops/component-title": "^0.0.10",
"@divops/simple-express-router": "^0.0.5",
"@divops/thumbnails": "^0.0.11",
"@divops/tool-simple-next-server-starter": "^0.0.4",
"@emotion/react": "^11.9.0",
"@octokit/rest": "^18.12.0",
"axios": "^0.27.2",
"babel-loader": "^8.2.5",
"body-parser": "^1.20.0",
"crypto": "^1.0.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"jimp": "^0.16.1",
"local-storage": "^2.0.0",
"next": "^12.1.6",
"next-pwa": "^5.5.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-query": "^3.39.1",
"util": "^0.12.4",
"webpack": "^5.73.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.9.2",
"@types/babel__core": "^7.1.19",
"@types/body-parser": "^1.19.2",
"@types/eslint": "^8.4.2",
"@types/express": "^4.17.13",
"@types/local-storage": "^2",
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"@types/react-dom": "18.0.4",
"eslint": "^8.16.0",
"eslint-config-next": "^12.1.6",
"eslint-plugin-import": "^2.26.0",
"nodemon": "^2.0.16",
"typescript": "^4.6.4"
},
"packageManager": "yarn@3.2.1"
}