-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 780 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 780 Bytes
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
{
"name": "next-starter",
"author": "Sam Goddard",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"classnames": "^2.3.1",
"framer-motion": "^4.1.17",
"next": "^11.0.1",
"next-seo": "^4.26.0",
"next-themes": "0.0.15",
"postcss-import": "^14.0.0",
"postcss-nested": "^5.0.3",
"postcss-preset-env": "^6.7.0",
"preact": "^10.5.13",
"react": "^17.0.2",
"react-div-100vh": "^0.6.0",
"react-dom": "^17.0.2",
"react-smooth-marquee": "^1.0.0"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"eslint": "^7.29.0",
"eslint-config-next": "^11.0.1",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
}
}