-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.37 KB
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
{
"name": "second-build",
"version": "1.0.0",
"description": "Megarepo for second.",
"author": "Joseph Wynn <joseph@wildlyinaccurate.com>",
"license": "MIT",
"scripts": {
"lerna": "lerna",
"build": "lerna run build",
"start": "lerna run build && node packages/example-simple-api"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babili-webpack-plugin": "^0.1.2",
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.0",
"eslint-config-standard-jsx": "^4.0.2",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.1.0",
"lerna": "^3.18.2",
"webpack": "^2.7.0"
},
"private": true,
"dependencies": {
"second": "file:packages/second",
"second-bundler": "file:packages/second-bundler",
"second-container": "file:packages/second-container",
"second-dehydrator": "file:packages/second-dehydrator",
"second-example-simple-api": "file:packages/example-simple-api",
"second-fetcher": "file:packages/second-fetcher",
"second-renderer": "file:packages/second-renderer"
}
}