-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"name": "storibook",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start1": "tsc-watch --onSuccess \"serve -l 1234\"",
"build": "webpack --mode=production",
"dev": "webpack serve"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bootstrap": "^5.2.6",
"autoprefixer": "^10.4.13",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"mini-css-extract-plugin": "^2.7.2",
"nodemon": "^2.0.20",
"postcss-loader": "^7.0.2",
"sass": "^1.58.0",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"to-string-loader": "^1.2.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.0",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@fluentui/web-components": "^2.5.12",
"@iframe-resizer/parent": "^5.0.2",
"@microsoft/fast-components": "^2.30.6",
"@microsoft/fast-element": "^1.11.0",
"abletest": "^4.2.0",
"bootstrap-icons": "^1.10.3",
"print-js": "^1.6.0"
}
}