-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.33 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 4.33 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "FreeformWebApplication",
"version": "0.0.1",
"description": "The admin, playlist manager, and API for Freeform Portland ",
"main": "index.js",
"scripts": {
"build:js": "NODE_ENV=production webpack --env=production --progress --profile --colors",
"build:css": "yarn build:sass && yarn build:postcss",
"build:sass": "./node_modules/.bin/node-sass src/client/css -o public/css --include-path=node_modules/react-draft-wysiwyg/dist",
"build:postcss": "./node_modules/.bin/postcss ./public/css/main.css -o ./public/css/main.css",
"build:production": "yarn build:css && yarn build:js",
"build:import": "./node_modules/.bin/babel ./bin/import.js -o ./bin/import-script.js",
"build:migration": "./node_modules/.bin/babel ./bin/migrations/20180314.js -o ./bin/migrations/20180314-transpiled.js",
"dev": "npm run watch:css & npm run dev:js",
"dev:js": "./node_modules/.bin/nodemon -e js,hbs -w src --ignore src/client",
"docker:production": "docker-compose -f docker-compose.prod.yml up --build -d",
"docker:stop": "docker-compose down --remove-orphans",
"lint": "./node_modules/.bin/eslint ./src",
"import:legacy": "node bin/import-script.js",
"start": "./node_modules/pm2/bin/pm2-runtime ecosystem.config.js --env production",
"poststart": "node ./node_modules/pm2/bin/pm2 logs",
"test": "jest",
"test:coverage": "jest --coverage",
"watch:css": "./node_modules/.bin/node-sass -w src/client/css -o public/css --include-path=node_modules/react-draft-wysiwyg/dist"
},
"repository": {
"url": "git+https://github.com/marciaga/playlist-v2.git",
"type": "git"
},
"keywords": [
"hapi",
"react",
"redux"
],
"author": "Mark Arciaga, other folks",
"license": "MIT",
"bugs": {
"url": "https://github.com/marciaga/playlist-v2/issues"
},
"homepage": "https://github.com/marciaga/playlist-v2#readme",
"dependencies": {
"aws-sdk": "^2.41.0",
"axios": "^0.13.1",
"babel-cli": "^6.24.0",
"babel-core": "^6.13.2",
"babel-loader": "^6.3.2",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-plugin-transform-regenerator": "^6.11.4",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"bcrypt": "^3.0.6",
"bluebird": "^3.4.6",
"boom": "^4.2.0",
"css-mqpacker": "^5.0.1",
"cssnano": "^3.9.1",
"cuid": "^1.3.8",
"dotenv": "^2.0.0",
"draft-js": "^0.10.1",
"draftjs-to-html": "^0.7.4",
"fuse.js": "^3.0.0",
"glue": "^3.3.0",
"good": "^7.0.1",
"good-console": "^6.1.2",
"h2o2": "^5.1.0",
"handlebars": "^4.0.5",
"hapi": "^14.1.0",
"hapi-auth-jwt2": "7.2.0",
"hapi-raven-boom": "^6.1.0",
"hapi-react-views": "^9.1.1",
"immutability-helper": "^2.1.1",
"immutable": "^3.8.1",
"inert": "^4.0.1",
"joi": "^9.0.4",
"json-loader": "^0.5.4",
"jsonwebtoken": "^7.1.9",
"material-ui": "0.17.2",
"moment": "^2.17.1",
"moment-timezone": "^0.5.13",
"mongodb": "^2.2.24",
"node-sass": "^4.12.0",
"nodemailer": "^4.4.0",
"nodemailer-ses-transport": "^1.5.1",
"normalize-scss": "^6.0.0",
"pm2": "^4.4.0",
"postcss-cli": "^4.1.1",
"ramda": "^0.24.1",
"react": "^15.3.0",
"react-csv": "^1.0.8",
"react-dom": "^15.3.0",
"react-draft-wysiwyg": "^1.10.7",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.7",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.5.2",
"redux-thunk": "^2.2.0",
"scooter": "^4.0.0",
"shortid": "^2.2.8",
"socket.io": "^1.7.2",
"vision": "^4.1.0",
"visionary": "^6.0.1",
"webpack": "^2.2.1",
"webpack-merge": "^3.0.0"
},
"devDependencies": {
"axios-mock-adapter": "^1.7.1",
"babel-eslint": "^7.2.3",
"babel-jest": "^18.0.0",
"eslint": "^3.10.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "^6.7.1",
"hapi-webpack-dev-middleware": "^2.0.0",
"hapi-webpack-hot-middleware": "^2.0.0",
"jest": "^17.0.3",
"nodemon": "^1.10.0",
"react-test-renderer": "^15.4.0",
"redux-mock-store": "^1.2.1"
},
"jest": {
"verbose": true
}
}