-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 939 Bytes
/
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
{
"name": "erulabs.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"prettier": {
"semi": false,
"singleQuote": true,
"printWidth": 120,
"arrowParens": "avoid",
"trailingComma": "es5"
},
"dependencies": {
"color-scheme": "^1.0.1",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"next": "^15.0.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-p5": "^1.3.33",
"sharp": "^0.32.5"
},
"devDependencies": {
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-standard": "^5.0.0",
"prettier": "^2.8.3"
}
}