-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
57 lines (57 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
56
57
{
"name": "fluent-reveal-effect",
"displayName": "Fluent Reveal Effect",
"version": "3.0.11",
"description": "Reveal Effect (Fluent Design)",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "webpack --watch --config ./webpack.config.js --progress --mode=development",
"build": "webpack --config ./webpack.config.js --progress --mode=production",
"test": ""
},
"keywords": [
"fluent",
"design",
"ui",
"toolkit",
"fluent design",
"fluent interface",
"fluent design system",
"css framework",
"javascript plugin",
"ui components",
"ui kit",
"fluent ui",
"fluent reveal effect"
],
"author": "Duong Dieu Phap",
"license": "MIT",
"bugs": {
"url": "https://github.com/d2phap/fluent-reveal-effect/issues"
},
"homepage": "https://github.com/d2phap/fluent-reveal-effect#readme",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "*",
"css-loader": "^6.7.3",
"eslint": "^8.36.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-webpack-plugin": "^4.0.0",
"node-sass": "^8.0.0",
"sass-loader": "^13.2.0",
"ts-loader": "^9.4.2",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^4.9.5",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1"
}
}