-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 982 Bytes
/
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
{
"name": "spanish-quiz",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "node ./node_modules/eslint/bin/eslint js/**"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.2.0",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^2.1.1",
"eslint-plugin-react": "^3.12.0",
"gulp": "^3.9.0",
"gulp-connect": "^2.3.1",
"gulp-eslint": "^1.1.1",
"gulp-postcss": "^6.0.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"minifyify": "^7.1.0",
"postcss": "^5.0.13",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"bootstrap": "^3.3.6",
"classnames": "^2.2.1",
"csv-parse": "^1.0.1",
"history": "^1.17.0",
"react": "^0.14.3",
"react-bootstrap": "^0.28.1",
"react-dom": "^0.14.3",
"react-router": "^1.0.2",
"underscore": "^1.8.3",
"watchify": "^3.6.1"
}
}