forked from bexcool/Fluent-Web-Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.85 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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "fluent-web-framework",
"description": "Framework for using Windows 11 Fluent design on the web.",
"author": "BeXCool",
"license": "Apache-2.0",
"version": "0.7.1",
"type": "module",
"bugs": {
"url": "https://github.com/Spejik/Fluent-Web-Framework/issues"
},
"homepage": "https://github.com/Spejik/Fluent-Web-Framework#readme",
"keywords": [
"windows",
"fluent",
"css",
"design",
"web"
],
"scripts": {
"build": "node prebuild.mjs && webpack && node postbuild.mjs",
"dev": "node prebuild.mjs && webpack serve --env dev",
"lint": "eslint && ejslint ./docs/index.ejs"
},
"dependencies": {
"@fluentui/svg-icons": "^1.1.195",
"brotli-dec-wasm": "^1.3.3",
"core-js": "^3.29.0",
"ejs-lint": "^2.0.0",
"js-untar": "^2.0.0",
"prismjs": "^1.29.0",
"tslib": "^2.5.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@types/prismjs": "^1.26.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"babel-loader": "^9.1.2",
"babel-plugin-prismjs": "^2.1.0",
"babel-polyfill": "^6.26.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"ejs": "^3.1.8",
"eslint": "^8.35.0",
"glob": "^9.3.2",
"html-add-asset-webpack-plugin": "^0.1.2",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"ignore-loader": "^0.1.2",
"mini-css-extract-plugin": "^2.7.5",
"prepend-file": "^2.0.1",
"sass": "^1.58.3",
"sass-loader": "^13.2.1",
"style-loader": "^3.3.1",
"svg-inline-loader": "^0.8.2",
"tar": "^6.1.13",
"template-ejs-loader": "^0.9.4",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"typescript": "^5.0.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.1"
}
}