-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "flashcards",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"test": "mocha ./tests"
},
"author": "Jaime Rodriguez <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.16.0",
"browser-sync": "^2.16.0",
"chai": "^3.5.0",
"eslint": "^3.12.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.8.0",
"eslint-plugin-standard": "^2.0.1",
"gulp": "~3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-imagemin": "^3.0.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-webpack": "^1.5.0",
"mocha": "^3.2.0",
"webpack": "^1.14.0"
},
"dependencies": {
"dexie": "^1.5.1",
"firebase": "^3.6.4",
"react": "^15.4.1",
"react-dom": "^15.4.1"
}
}