-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
47 lines (47 loc) · 1.22 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
{
"private": true,
"name": "color",
"version": "0.5.1",
"scripts": {
"dev": "next -p $(./node_modules/detect-port/bin/detect-port 3000)",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"deploy:preview": "now"
},
"dependencies": {
"@emotion/babel-preset-css-prop": "^10.0.17",
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
"@mdx-js/loader": "^1.4.5",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^10.0.6",
"@styled-system/css": "^5.0.23",
"bezier-easing": "^2.1.0",
"chroma-js": "^2.0.6",
"color": "^3.1.2",
"colorable": "^1.0.5",
"cssstats": "^3.4.0",
"emotion-theming": "10.0.17",
"fs-extra": "^8.1.0",
"idb-keyval": "^3.2.0",
"js-beautify": "^1.10.2",
"lodash": "^4.17.15",
"next": "^9.5.0",
"now": "^16.2.0",
"palx": "^1.0.3",
"query-string": "^6.8.3",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-ga": "^2.6.0",
"react-outside-click-handler": "^1.2.4",
"recharts": "^1.7.1",
"remark-unwrap-images": "^1.0.0",
"styled-system": "^5.1.1",
"unistore": "^3.4.1",
"webpack": "^4.39.3"
},
"devDependencies": {
"detect-port": "1.3.0"
}
}