-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
44 lines (44 loc) · 1.18 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
{
"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",
"deploy:gh": "next build && next export -o dist && gh-pages -d dist -t",
"deploy:preview": "next build && next export -o dist && now"
},
"dependencies": {
"bezier-easing": "^2.1.0",
"chroma-js": "^2.0.2",
"color": "^3.1.0",
"colorable": "^1.0.5",
"cssstats": "^3.2.0",
"emotion": "9.2.12",
"emotion-server": "9.2.12",
"emotion-theming": "9.2.9",
"fs-extra": "^7.0.1",
"idb-keyval": "^3.1.0",
"js-beautify": "^1.8.9",
"lodash": "^4.17.11",
"next": "^7.0.2",
"now": "^12.1.11",
"palx": "^1.0.3",
"query-string": "^6.2.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"react-emotion": "9.2.12",
"react-ga": "^2.5.6",
"react-outside-click-handler": "^1.2.2",
"recharts": "^1.4.1",
"styled-system": "^3.1.11",
"unistore": "^3.2.1",
"webpack": "^4.27.1"
},
"devDependencies": {
"babel-plugin-emotion": "9.2.11",
"detect-port": "1.3.0",
"gh-pages": "^2.0.1"
}
}