-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.04 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
{
"name": "mullet",
"version": "0.0.23",
"description": "Mullet Stack: Facebook in the front. Walmart in the back. (React.js/Hapi)",
"main": "walmart.js",
"watch": {
"test": "{src,test}/*.js"
},
"scripts": {
"webpack": "webpack",
"test": "jest --verbose && lab -v -l",
"lint": "eslint . --ext .js",
"watch": "npm-watch",
"start": "node walmart.js",
"format": "prettier --single-quote --write *.js src/components/*.js test/*.js",
"postinstall": "mkdir -p public/js && cp node_modules/bootstrap/dist/js/bootstrap.min.js node_modules/jquery/dist/jquery.min.* public/js && cp node_modules/bootstrap/dist/css/bootstrap*.min.css public/css && npm run webpack"
},
"engines": {
"node": "6"
},
"repository": {
"type": "git",
"url": "https://github.com/lynnaloo/mullet.git"
},
"keywords": [
"react",
"hapi",
"node",
"Facebook",
"Walmart",
"mullet"
],
"author": "Linda Nichols",
"license": "MIT",
"bugs": {
"url": "https://github.com/lynnaloo/mullet/issues"
},
"homepage": "http://www.mullet.io",
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.4.0",
"babel-jest": "^19.0.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"blipp": "^2.3.0",
"body-parser": "^1.14.1",
"bootstrap": "^3.3.5",
"h2o2": "^5.4.0",
"hapi": "^16.1.0",
"inert": "^4.1.0",
"jest": "^19.0.2",
"jquery": "^3.2.0",
"npm-watch": "^0.1.8",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-scripts": "^0.9.5",
"vision": "^4.1.1",
"webpack": "^2.2.1",
"sequelize": "^3.30.2",
"socketcluster-client": "^5.3.0"
},
"devDependencies": {
"code": "^4.0.0",
"enzyme": "^2.7.1",
"eslint": "^3.18.0",
"eslint-config-eta": "^0.0.9",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-react": "^6.10.0",
"jest-cli": "^19.0.2",
"lab": "^13.0.1",
"prettier": "^0.22.0",
"react-addons-test-utils": "^15.4.2",
"react-test-renderer": "^15.4.2"
}
}