-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 758 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
{
"name": "Super UVEG",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"dev": "webpack --mode development -w",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.3.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"mini-css-extract-plugin": "^2.2.0",
"postcss": "^8.3.6",
"postcss-loader": "^6.1.1",
"sass": "^1.38.0",
"sass-loader": "^12.1.0",
"tailwindcss": "^3.1.4",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"
}
}