-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 917 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
{
"name": "@lightbase/next-preset",
"version": "2.0.1",
"repository": "https://github.com/lightbasenl/next-preset",
"main": "dist/index.js",
"author": "Rody Molenaar <[email protected]>",
"scripts": {
"build": "tsc",
"test": "echo \"No tests specified\""
},
"peerDependencies": {
"next": "^12"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/lodash": "^4.14.181",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"next": "^12",
"prettier": "^2.6.2",
"react": "^18.0.0",
"typescript": "^4.6.3",
"webpack": "^5.71.0"
},
"dependencies": {
"acorn": "^8.7.0",
"glob": "^7.2.0",
"lodash": "^4.17.21",
"next-transpile-modules": "^9.0.0",
"source-map": "0.8.0-beta.0"
},
"license": "MIT",
"files": [
"**"
]
}