-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
{
"name": "frontfy-php",
"version": "1.0.0",
"description": "FRONTFY PHP é um scaffold para iniciar projetos front-end em PHP.",
"main": "index.js",
"scripts": {
"build": "gulp & gulp webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gcarpi <gcarpi@outlook.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"browser-sync": "^2.26.3",
"css-loader": "^2.1.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-connect-php": "^1.0.3",
"gulp-imagemin": "^5.0.3",
"gulp-notify": "^3.2.0",
"gulp-sass": "^4.0.2",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^6.0.0",
"imagemin-svgo": "^7.0.0",
"node-sass": "^4.10.0",
"sass-loader": "^7.1.0",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"@babel/cli": "^7.1.5",
"axios": "^0.18.0",
"babel-cli": "^6.26.0",
"jquery": "^3.3.1",
"log-symbols": "^2.2.0"
}
}