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-sass-test",
"description": "This project illustrates a minimal tutorial Heft project targeting the web browser runtime",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "heft build --clean",
"start": "heft build-watch --serve",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft-jest-plugin": "workspace:*",
"@rushstack/heft-lint-plugin": "workspace:*",
"@rushstack/heft-sass-plugin": "workspace:*",
"@rushstack/heft-typescript-plugin": "workspace:*",
"@rushstack/heft-webpack4-plugin": "workspace:*",
"@rushstack/heft": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/react-dom": "16.9.14",
"@types/react": "16.14.23",
"@types/webpack-env": "1.18.0",
"autoprefixer": "~10.4.2",
"css-loader": "~5.2.7",
"eslint": "~8.7.0",
"html-webpack-plugin": "~4.5.2",
"postcss-loader": "~4.1.0",
"postcss": "~8.4.6",
"react-dom": "~16.13.1",
"react": "~16.13.1",
"sass-loader": "~10.0.0",
"sass": "~1.3.0",
"style-loader": "~2.0.0",
"typescript": "~5.0.4",
"webpack": "~4.44.2"
},
"dependencies": {
"buttono": "~1.0.2"
}
}