-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.66 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
{
"name": "shoot-the-breeze",
"version": "1.0.0",
"description": "A starter kit for Turing School's Shoot The Breeze project",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "webpack-dev-server --devtool",
"build": "webpack",
"test": "mocha --compilers js:babel-register --require test/helpers/setup.js --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turingschool-examples/shoot-the-breeze.git"
},
"author": "Turing School",
"license": "MIT",
"bugs": {
"url": "https://github.com/turingschool-examples/shoot-the-breeze/issues"
},
"homepage": "https://github.com/turingschool-examples/shoot-the-breeze#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.14.0",
"chai": "^3.5.0",
"css-loader": "^0.25.0",
"enzyme": "^2.4.1",
"escape-html": "^1.0.3",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-react": "^6.2.2",
"firebase": "^3.4.0",
"firebase-tools": "^3.0.7",
"jsdom": "^9.5.0",
"lodash": "^4.15.0",
"mocha": "^3.0.2",
"mocha-loader": "^1.0.0",
"moment": "^2.17.1",
"node-libs-browser": "^1.0.0",
"node-sass": "^3.10.0",
"react": "^15.3.1",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.3.1",
"sass-loader": "^4.0.2",
"sinon": "^1.17.6",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.2"
}
}