-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 1001 Bytes
/
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
{
"name": "mosaic-tailor-react-example",
"version": "1.0.0",
"description": "mosaic-tailor-react-example",
"main": "index.js",
"scripts": {
"start": "node tailor.js",
"install-fragment-dependencies": "lerna bootstrap",
"build-fragments": "lerna run build",
"watch-fragments": "lerna run watch",
"start-fragments": "lerna run start --stream --parallel"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsnolan23/mosaic-tailor-react-example.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tsnolan23/mosaic-tailor-react-example/issues"
},
"homepage": "https://github.com/tsnolan23/mosaic-tailor-react-example#readme",
"devDependencies": {
"babel-eslint": "^8.0.2",
"eslint": "^4.11.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"lerna": "^2.5.1",
"node-tailor": "^3.4.0",
"webpack": "^4.0.1"
}
}