forked from afterwork-design/color-card
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"name": "color-card",
"version": "0.1.0",
"private": true,
"author": "Wang Pengfei <[email protected]> (http://pengfeiw.github.io/)",
"homepage": "",
"bugs": "",
"description": "some colors for designer and developer",
"keywords": [
"设计",
"色板",
"色卡",
"color",
"color card"
],
"scripts": {
"dev": "next dev",
"dev:debug": "node --inspect-brk=9300 ./node_modules/next/dist/bin/next -p 3100",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"formik": "^2.2.9",
"framer-motion": "^6.2.8",
"mitt": "^3.0.0",
"moment": "^2.29.1",
"next": "11.1.2",
"next-compose-plugins": "^2.2.1",
"next-seo": "^4.28.1",
"next-transpile-modules": "^8.0.0",
"polyfill-object.fromentries": "^1.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"sitemap": "^7.0.0"
},
"devDependencies": {
"@types/react": "17.0.27",
"eslint": "8.0.0",
"eslint-config-next": "11.1.2",
"typescript": "4.4.4",
"webpack-merge": "^5.8.0"
}
}