-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"name": "@elao/admin",
"version": "0.2.3",
"description": "Administration theme",
"files": [
"assets/*",
"dist/*",
"src/*",
"style/*",
"elao-design-system.js"
],
"main": "dist/elao-admin.js",
"style": "dist/elao-admin.css",
"repository": {
"type": "git",
"url": "git+https://github.com/Elao/elao-admin.git"
},
"author": "elao <[email protected]> (https://elao.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Elao/elao-admin/issues"
},
"homepage": "https://github.com/Elao/elao-admin#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"autoprefixer": "^10.4.14",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"core-js": "^3.15.1",
"css-loader": "^5.2.6",
"eslint": "^7.29.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^1.6.0",
"postcss": "^8.4.21",
"postcss-loader": "^7.1.0",
"postcss-preset-env": "^8.0.1",
"sass": "^1.60.0",
"sass-loader": "^12.1.0",
"style-loader": "^1.3.0",
"tailwindcss": "^3.2.7",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2"
}
}