-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.29 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "pink-pineapple",
"version": "1.10.8",
"description": "An \"Open\" OpenComponents registry hosted on Heroku",
"main": "index.js",
"scripts": {
"bundle": "webpack",
"postinstall": "npm run bundle",
"start": "node index.js",
"start:dev": "DEBUG=pink-pineapple:* nodemon index.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattiaerre/pink-pineapple.git"
},
"keywords": [
"components",
"heroku",
"open",
"opencomponents",
"registry"
],
"author": {
"name": "Mattia Richetto",
"email": "mattia.richetto@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mattiaerre/pink-pineapple/issues"
},
"homepage": "https://github.com/mattiaerre/pink-pineapple#readme",
"dependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"debug": "^2.6.8",
"dotenv": "^4.0.0",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"express": "^4.15.3",
"express-graphql": "^0.6.7",
"feature-toggle": "^0.3.0",
"graphql": "^0.10.5",
"jest": "^20.0.1",
"jest-styled-components": "^4.2.2",
"lodash": "^4.17.4",
"lokka": "^1.7.0",
"lokka-transport-http": "^1.6.1",
"moment": "^2.18.1",
"node-fetch": "^1.7.1",
"nodemon": "^1.11.0",
"oc": "^0.40.1",
"oc-free-geo-ip-plugin": "^1.0.0-alpha.2",
"oc-registry-graphql-express-middleware": "^1.1.5",
"prop-types": "^15.5.9",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-input-box-done-typing": "^2.2.1",
"react-lite": "^0.15.37",
"react-render-html": "^0.5.0",
"react-test-renderer": "^15.6.1",
"styled-components": "^2.0.1",
"underscore": "^1.8.3",
"url-join": "^2.0.2",
"version-middleware": "^1.3.0",
"webpack": "^3.4.1"
},
"jest": {
"testEnvironment": "node"
},
"devDependencies": {
"npm-check": "^5.4.5",
"updtr": "^2.0.0"
},
"engines": {
"node": "8.x.x",
"npm": "5.x.x"
}
}