forked from Artagonist/react-color-wander
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.68 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"license": "MIT",
"name": "react-color-wander",
"description": "Generative art with React.",
"version": "0.0.2",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sonaye/react-color-wander.git"
},
"devDependencies": {
"@material-ui/icons": "1.0.0-beta.42",
"babel-cli": "6.26.0",
"babel-eslint": "8.2.3",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"eslint": "4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.7.0",
"file-saver": "1.3.8",
"gh-pages": "1.1.0",
"material-ui": "1.0.0-beta.41",
"react": "16.3.1",
"react-animated-transitions": "0.0.6",
"react-dom": "16.3.1",
"react-scripts": "1.1.4",
"react-transition-group": "2.3.1",
"styled-components": "3.2.5"
},
"scripts": {
"start": "react-scripts start",
"lint": "eslint .",
"prebuild": "rm -rf dist",
"build": "NODE_ENV=production babel src/lib --out-dir dist",
"predeploy": "react-scripts build",
"deploy": "gh-pages -d build"
},
"babel": {
"presets": ["es2015", "react", "stage-0"]
},
"prettier": {
"singleQuote": true,
"jsxBracketSameLine": true
},
"files": ["dist"],
"dependencies": {
"clamp": "1.0.1",
"color-luminance": "2.1.0",
"gl-vec2": "1.2.0",
"lerp": "1.0.3",
"new-array": "1.0.0",
"prop-types": "^15.6.1",
"raf-loop": "1.1.3",
"seed-random": "2.2.0",
"simplex-noise": "2.4.0",
"smoothstep": "1.0.1"
},
"homepage": "https://sonaye.github.io/react-color-wander"
}