-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 803 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 803 Bytes
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
{
"name": "reactproject",
"version": "1.0.0",
"description": "this is first react application with mehdi kamari",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mehdi Kamari",
"license": "ISC",
"devDependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.5",
"browserify": "^13.1.1",
"gulp": "^3.9.1",
"gulp-notify": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.8.0"
},
"dependencies": {
"ant": "^0.2.0",
"antd": "^2.5.3",
"bootstrap": "^3.3.7"
}
}