This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.5 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "dataskop",
"version": "0.0.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"alpinejs": "^2.8.0",
"inter-ui": "^3.15.0",
"tailwindcss": "^2.2.19"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"autoprefixer": "^10.1.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^3.0.1",
"mini-css-extract-plugin": "^1.3.5",
"postcss": "^8.2.4",
"postcss-loader": "^5.0.0",
"prettier": "^2.5.1",
"sass": "^1.32.6",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"stylelint": "^14.5.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^3.18.0",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.82.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.0"
},
"engines": {
"node": ">=12"
},
"browserslist": [
"last 2 versions"
],
"scripts": {
"dev": "NODE_ENV=development webpack serve",
"build": "NODE_ENV=production webpack"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"singleQuote": true
}
}