-
Notifications
You must be signed in to change notification settings - Fork 677
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.38 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.38 KB
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
{
"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": {
"local-eslint-config": "workspace:*",
"@rushstack/heft-jest-plugin": "workspace:*",
"@rushstack/heft-lint-plugin": "workspace:*",
"@rushstack/heft-sass-plugin": "workspace:*",
"@rushstack/heft-sass-load-themed-styles-plugin": "workspace:*",
"@rushstack/heft-typescript-plugin": "workspace:*",
"@rushstack/heft-webpack4-plugin": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/webpack4-module-minifier-plugin": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/node": "20.17.19",
"@types/react-dom": "19.2.3",
"@types/react": "19.2.7",
"@types/webpack-env": "1.18.8",
"autoprefixer": "~10.4.2",
"css-loader": "~5.2.7",
"eslint": "~9.37.0",
"html-webpack-plugin": "~4.5.2",
"postcss-loader": "~4.1.0",
"postcss": "~8.4.6",
"react-dom": "~19.2.3",
"react": "~19.2.3",
"style-loader": "~2.0.0",
"typescript": "~5.8.2",
"webpack": "~4.47.0"
},
"dependencies": {
"buttono": "~1.0.2"
}
}