-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "colorme",
"description": "Visualize The CSS Color Function",
"version": "1.0.0",
"private": false,
"devDependencies": {
"moment": "2.19.3",
"react-scripts": "0.8.4"
},
"author": {
"name": "Tyler Gaw",
"email": "me@tylergaw.com",
"url": "https://tylergaw.com"
},
"license": "MIT",
"homepage": "http://colorme.io/",
"repository": "https://github.com/tylergaw/colorme",
"bugs": "https://github.com/tylergaw/colorme/issues",
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"color": "1.0.3",
"css-color-function": "ianstormtaylor/css-color-function#1.3.2",
"ramda": "0.23.0",
"react": "15.4.1",
"react-dom": "15.4.1",
"tinycolor2": "1.4.1"
},
"scripts": {
"start": "NODE_PATH=src react-scripts start",
"build": "NODE_PATH=src react-scripts build && yarn generate-sw",
"test": "NODE_PATH=src react-scripts test --env=jsdom",
"predeploy": "NODE_PATH=src yarn build",
"generate-sw": "node scripts/generate-sw.js"
}
}