-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (21 loc) · 794 Bytes
/
package.json
File metadata and controls
22 lines (21 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"deploy": "vc build --prod --confirm --token=$VERCEL_TOKEN"
},
"dependencies": {
"react": "^18.0.0-alpha-64931821a-20210808",
"react-dom": "^18.0.0-alpha-64931821a-20210808"
},
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@snowpack/plugin-babel": "^2.1.7",
"@snowpack/plugin-dotenv": "^2.1.0",
"@snowpack/plugin-react-refresh": "^2.5.0",
"@testing-library/jest-dom": "5.11.5",
"@testing-library/react": "11.1.1",
"snowpack": "^3.8.6",
"vercel": "^23.1.2"
}
}