-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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": "react-app",
"version": "1.0.0",
"description": "first-react-app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vaaljan/react-app.git"
},
"author": "Heinrich Coetzee",
"license": "ISC",
"bugs": {
"url": "https://github.com/Vaaljan/react-app/issues"
},
"homepage": "https://github.com/Vaaljan/react-app#readme",
"devDependencies": {
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"browser-sync": "^2.18.13",
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-css-scss": "*",
"gulp-sass": "^3.1.0",
"gulp-util": "^3.0.8",
"serve": "^6.4.1",
"vinyl-source-stream": "^1.1.0",
"webpack": "^3.10.0"
},
"dependencies": {
"@moltin/sdk": "^3.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-sass-external-variables": "0.0.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router": "^4.2.0"
}
}