forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.28 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
{
"name": "heft-storybook-react-tutorial",
"description": "(Copy of sample project) Building this project is a regression test for Heft",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "heft build --clean",
"start": "heft start",
"storybook": "heft start --storybook",
"build-storybook": "heft build --storybook",
"_phase:build": "heft build --clean",
"_phase:test": "heft test --no-build"
},
"dependencies": {
"react-dom": "~16.13.1",
"react": "~16.13.1",
"tslib": "~2.3.1"
},
"devDependencies": {
"@babel/core": "~7.20.0",
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft-jest-plugin": "workspace:*",
"@rushstack/heft-storybook-plugin": "workspace:*",
"@rushstack/heft-webpack4-plugin": "workspace:*",
"@rushstack/heft": "workspace:*",
"@storybook/react": "~6.4.18",
"@types/heft-jest": "1.0.1",
"@types/node": "14.18.36",
"@types/react-dom": "16.9.14",
"@types/react": "16.14.23",
"@types/webpack-env": "1.18.0",
"css-loader": "~5.2.7",
"eslint": "~8.7.0",
"heft-storybook-react-tutorial-storykit": "workspace:*",
"html-webpack-plugin": "~4.5.2",
"source-map-loader": "~1.1.3",
"style-loader": "~2.0.0",
"typescript": "~4.8.4",
"webpack": "~4.44.2"
}
}