-
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) · 799 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 799 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": "my_project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"browserslist": [
"defaults"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch --mode=development",
"build": "webpack --mode=production"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"babel-loader": "^8.2.2",
"core-js": "^3.18.2",
"css-loader": "^6.3.0",
"mini-css-extract-plugin": "^2.4.2",
"regenerator-runtime": "^0.13.9",
"sass": "^1.42.1",
"sass-loader": "^12.1.0",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
},
"devDependencies": {
"paper": "^0.10.3",
"paper-loader": "^0.1.2"
}
}