-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
61 lines (61 loc) · 1.5 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
{
"name": "@dogstudio/dogstudio-next-starter",
"version": "1.1.10",
"license": "MIT",
"private": true,
"homepage": "https://github.com/Dogstudio/dogstudio-next-starter",
"description": "Opinionated Next.js starter by Dogstudio",
"scripts": {
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"build": "next build",
"upgrade": "ncu"
},
"engineStrict": true,
"engines": {
"npm": ">=6.14.0",
"node": ">=14.0.0"
},
"bugs": {
"url": "https://github.com/Dogstudio/dogstudio-next-starter/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/Dogstudio/dogstudio-next-starter.git"
},
"browserslist": [
"last 2 version",
"not ie > 0",
"not bb > 0",
"not kaios > 0",
"not baidu > 0",
"not ie_mob > 0",
"not op_mini all"
],
"dependencies": {
"classnames": "^2.3.2",
"fast-deep-equal": "^3.1.3",
"next": "^13.3.0",
"next-images": "^1.8.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ua-parser-js": "^1.0.35"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.0",
"eslint": "^8.38.0",
"eslint-config-next": "13.3.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"file-loader": "^6.2.0",
"glslify-import": "^3.1.0",
"glslify-loader": "^2.0.0",
"npm-check-updates": "^16.10.8",
"prettier": "^2.8.7",
"sass": "^1.62.0"
}
}