-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 789 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 789 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
34
35
{
"name": "ipad-cursor",
"version": "0.0.1",
"description": "A web implementation of the new iPadOS cursor in Next.js",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [
"next.js",
"next",
"styled-components",
"theme"
],
"author": "sdbernhardt@gmail.com",
"license": "ISC",
"dependencies": {
"autosize": "^4.0.2",
"gsap": "^3.2.6",
"isomorphic-unfetch": "^3.0.0",
"next": "^9.3.2",
"polished": "^3.6.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-ga": "^2.7.0",
"styled-components": "^4.3.2",
"styled-reset": "^4.0.0",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.10.6"
}
}