forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.15 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
{
"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 start --clean",
"_phase:build": "heft build --clean",
"_phase:test": "heft test --no-build"
},
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-jest-plugin": "workspace:*",
"@rushstack/heft-sass-plugin": "workspace:*",
"@rushstack/heft-webpack5-plugin": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/react-dom": "16.9.8",
"@types/react": "16.9.45",
"@types/webpack-env": "1.13.0",
"autoprefixer": "~9.8.0",
"css-loader": "~4.2.1",
"eslint": "~8.7.0",
"html-webpack-plugin": "~5.5.0",
"node-sass": "6.0.1",
"postcss": "7.0.32",
"postcss-loader": "~4.0.1",
"react-dom": "~16.13.1",
"react": "~16.13.1",
"sass-loader": "~12.3.0",
"style-loader": "~1.2.1",
"typescript": "~4.5.2",
"webpack": "~4.44.2"
},
"dependencies": {
"buttono": "~1.0.2"
}
}