-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
54 lines (54 loc) · 1.64 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
{
"name": "funfunmentorship",
"version": "0.1.2",
"description": "A tool to match beginner functioneers with mentors",
"main": "index.js",
"author": "DavDavDavid",
"homepage": "https://github.com/ChemicalRocketeer/funfunmentorship",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --hot --history-api-fallback --open",
"test": "cross-env NODE_ENV=test mocha --require babel-register --require babel-polyfill --require ./src/conf test/*.js",
"test:watch": "npm run test -- --watch",
"lint": "eslint src/",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChemicalRocketeer/funfunmentorship.git"
},
"bugs": {
"url": "http://github.com/ChemicalRocketeer/funfunmentorship/issues"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.0.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.23.0",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"bluebird": "^3.5.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"eslint": "^4.7.0",
"file-loader": "^0.11.2",
"json-loader": "^0.5.7",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"lodash": "^4.17.11",
"mocha": "^3.5.3",
"offline-plugin": "^4.8.4",
"postcss-loader": "^2.0.6",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-hot-loader": "^3.0.0-beta.6",
"react-lazyload": "^2.2.7",
"style-loader": "^0.18.2",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.4.1"
},
"dependencies": {}
}