-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"dependencies": {
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mapbox/react-colorpickr": "^9.0.3",
"@tippy.js/react": "^3.1.1",
"@tippyjs/react": "^4.2.6",
"chroma-js": "^2.1.0",
"clipboard": "^2.0.6",
"color-blind": "^0.1.1",
"emotion": "^11.0.0",
"emotion-server": "^11.0.0",
"eslint": "^8.23.0",
"eslint-plugin-react": "^7.31.1",
"fathom-client": "^3.5.0",
"framer-motion": "^6.3.3",
"next": "^12.1.5",
"query-string": "^7.1.1",
"react": "^18.1.0",
"react-compound-slider": "^3.3.1",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-twitter-embed": "^4.0.4",
"tippy.js": "^6.3.7",
"typeface-inter": "^3.12.0"
},
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.2.5",
"css-loader": "^6.7.1",
"prettier": "^2.6.2"
}
}