forked from Yosimitso/WorkingForumBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 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
{
"name": "workingforumbundle",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/Yosimitso/WorkingForumBundle.git",
"author": "Charly Martins <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^5.0.4",
"cross-env": "^6.0.0",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"glob": "^7.1.4",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"ttf-loader": "^1.0.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.1.0",
"webpack": "^4.41.0"
},
"scripts": {
"dev": "webpack-cli --mode=development",
"prod": "cross-env NODE_ENV=production webpack-cli --progress --mode=production"
},
"dependencies": {
"fs": "^0.0.1-security",
"webpack-cli": "^3.3.9"
}
}