-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.18 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.18 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
{
"name": "@snowpack/app-template-react",
"description": "A preconfigured template for Snowpack with React",
"version": "2.0.0",
"license": "MIT",
"homepage": "https://github.com/snowpackjs/snowpack/tree/main/create-snowpack-app/app-template-react#readme",
"repository": {
"type": "git",
"url": "https://github.com/snowpackjs/snowpack.git",
"directory": "create-snowpack-app/app-template-react"
},
"keywords": [
"csa-template"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"lint": "prettier --check \"src/**/*.{js,jsx}\"",
"test": "web-test-runner \"src/**/*.test.jsx\" --coverage"
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "2.2.0",
"@snowpack/plugin-react-refresh": "2.5.0",
"@snowpack/web-test-runner-plugin": "0.2.2",
"@testing-library/react": "16.3.2",
"@web/test-runner": "0.16.0",
"chai": "4.5.0",
"prettier": "3.3.3",
"snowpack": "3.8.8"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}