-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
55 lines (54 loc) · 1.61 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
{
"name": "react-darkroom-project",
"main": "lib/index.js",
"version": "2.0.0",
"description": "HTML5 Image upload and edit React Component.",
"private": true,
"scripts": {
"postinstall": "npm run bootstrap",
"bootstrap": "lerna bootstrap",
"start": "npm run styleguide",
"test": "lerna exec npm test --concurrency 1",
"lint": "lerna exec npm run lint --concurrency 1",
"build": "lerna exec npm run build --concurrency 1",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"lerna": "lerna",
"reset": "lerna clean --yes ; npm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MattMcFarland/react-darkroom.git"
},
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-jss": "^7.0.2",
"react-styleguidist": "^6.0.10"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.2.0",
"file-loader": "^0.11.2",
"jest": "^20.0.4",
"lerna": "^2.0.0",
"react-docgen": "^2.17.0",
"url-loader": "^0.5.9",
"webpack": "^3.5.3"
},
"author": "Matt McFarland",
"license": "MIT",
"bugs": {
"url": "https://github.com/MattMcFarland/react-darkroom/issues"
},
"homepage": "https://github.com/MattMcFarland/react-darkroom#readme"
}