-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 797 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 797 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
33
34
{
"name": "psadmin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rafeh",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^3.4.1",
"browserify": "^11.2.0",
"flux": "^2.1.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^2.3.1",
"gulp-eslint": "^0.15.0",
"gulp-open": "^1.0.0",
"jquery": "^2.2.4",
"react": "^0.13.3",
"react-dom": "^16.8.6",
"react-router": "^0.13.6",
"reactify": "^1.1.1",
"vinyl-source-stream": "^1.1.2"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"babelify": "^10.0.0"
}
}