-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
{
"name": "code-assessment",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/runtime": "^7.12.5",
"babel-loader": "^8.1.0",
"browser-sync": "^2.26.13",
"browser-sync-webpack-plugin": "^2.2.2",
"copy-webpack-plugin": "^6.3.0",
"css-loader": "^5.0.0",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"glob": "^7.1.6",
"mini-css-extract-plugin": "^1.2.1",
"path": "^0.12.7",
"postcss-loader": "^4.0.4",
"postcss-preset-env": "^7.8.3",
"sass": "^1.28.0",
"sass-loader": "^10.0.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"webpack": "^4.44.2",
"webpack-cli": "^4.1.0",
"webpack-concat-files-plugin": "^0.4.1",
"webpack-concat-plugin": "^3.0.0",
"webpack-loader": "0.0.1"
}
}