-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.42 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
{
"name": "cafpe-frontend",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/Pizzicato/CAFPE.git"
},
"dependencies": {
"bootstrap": "^4.0.0-beta.2",
"bunnyjs": "^0.14.40",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"pikaday": "^1.6.1",
"popper.js": "^1.12.8",
"tinymce": "^4.7.2"
},
"devDependencies": {
"autoprefixer": "^7.1.6",
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"imagemin-newer": "^1.0.2",
"node-sass": "^4.7.1",
"postcss-loader": "^2.0.8",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.1.0",
"webpack": "^3.8.1",
"webpack-merge": "^4.1.1"
},
"scripts": {
"imagemin": "imagemin-newer html/assets/src/img html/assets/dist/img",
"start": "npm run imagemin && webpack --config webpack/webpack.config.dev.js",
"build:prod": "npm run imagemin && webpack --config webpack/webpack.config.prod.js",
"build:stage": "npm run imagemin && webpack --config webpack/webpack.config.stage.js"
},
"author": "Pablo Guaza",
"license": "ISC"
}