-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "Costello",
"version": "1.0.0",
"description": "A simple personal project to try out React.",
"author": "David Vas, anuka",
"homepage": "https://github.com/Anubisss/costello",
"repository": {
"type": "git",
"url": "https://github.com/Anubisss/costello.git"
},
"bugs": {
"url": "https://github.com/Anubisss/costello/issues"
},
"license": "MIT",
"keywords": [
"react",
"learning project",
"materialize"
],
"scripts": {
"watch": "gulp watch",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"jquery": "^3.1.0",
"materialize-css": "^0.97.6",
"react": "^15.2.1",
"react-dom": "^15.2.1"
},
"devDependencies": {
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.0.11",
"gulp-envify": "^1.0.0",
"gulp-notify": "^2.2.0",
"gulp-processhtml": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}