-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.26 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
44
{
"name": "@cascadiacollections/juniperleaves",
"version": "1.0.0",
"description": "www",
"main": "./lib/index.js",
"repository": {
"url": "https://github.com/cascadiacollections/juniperleaves.git"
},
"scripts": {
"build": "heft build --clean",
"build:ci": "heft build --clean --production",
"start": "heft start"
},
"author": "Kevin T. Coughlin <kevin@cascadiacollections.com>",
"license": "MIT",
"devDependencies": {
"@microsoft/rush-stack-compiler-4.2": "^0.1.1",
"@rushstack/eslint-config": "^2.4.0",
"@rushstack/heft": "^0.36.3",
"@rushstack/heft-web-rig": "^0.4.4",
"@rushstack/heft-webpack4-plugin": "^0.2.7",
"@types/heft-jest": "1.0.2",
"@types/node": "14.14.41",
"@types/react": "17.0.19",
"@types/react-dom": "17.0.9",
"@types/webpack-env": "1.16.2",
"css-loader": "^5.2.2",
"eslint": "^7.32.0",
"html-webpack-plugin": "~4.5.0",
"node-notifier": "10.0.0",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"sass": "^1.38.0",
"sass-loader": "^10.1.1",
"source-map-loader": "~1.1.3",
"style-loader": "~2.0.0",
"typescript": "^4.3.5",
"webpack": "^5.94.0"
},
"dependencies": {
"@microsoft/load-themed-styles": "1.10.203",
"preact": "10.5.14"
}
}