-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
72 lines (72 loc) · 2.28 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
{
"name": "meteor-starter-kit",
"private": true,
"scripts": {
"start": "meteor run",
"local": "meteor run --settings settings.json",
"lint": "eslint --quiet --ext .js,.jsx .",
"prettier": "prettier --write \"client/**/*.js\" \"imports/**/*.js\" \"server/**/*.js\" --single-quote=true --trailing-comma=es5 --print-width=100",
"test": "npm run lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.36",
"apollo-cache-inmemory": "^1.1.4",
"apollo-client": "^2.0.4",
"apollo-link": "^1.0.7",
"apollo-link-http": "^1.3.2",
"apollo-server-express": "^1.3.2",
"bcrypt": "^0.8.7",
"body-parser": "^1.18.2",
"classnames": "^2.2.5",
"express": "^4.16.2",
"graphql": "^0.13.1",
"graphql-anywhere": "^4.0.0",
"graphql-tools": "^2.14.1",
"indexof": "0.0.1",
"install": "^0.10.1",
"invariant": "^2.2.2",
"lodash": "^4.17.4",
"merge-graphql-schemas": "^1.4.0",
"meteor-node-stubs": "^0.2.11",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-apollo": "^2.0.0",
"react-dom": "^16.0.0",
"react-helmet": "^5.2.0",
"react-loadable": "^5.3.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"simpl-schema": "^1.2.2",
"styled-components": "^2.2.3",
"web-push": "^3.2.5"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.16",
"@storybook/addon-links": "^3.2.16",
"@storybook/react": "^3.2.16",
"autoprefixer": "^6.3.5",
"babel-eslint": "^7.0.0",
"babel-plugin-styled-components": "^1.3.0",
"babel-preset-react": "^6.24.1",
"babel-root-slash-import": "^1.1.0",
"eslint": "^2.10.2",
"eslint-config-airbnb": "^9.0.1",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jest": "^21.2.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-meteor": "^3.5.2",
"eslint-plugin-react": "^7.4.0",
"node-sass": "^3.4.2",
"postcss-reporter": "^1.3.3",
"redux-devtools": "^3.3.2",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.2.0",
"storybook-host": "^4.1.4",
"stylelint": "^5.2.1"
}
}