-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 742 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 742 Bytes
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
{
"name": "markzingler",
"version": "1.0.0",
"private": true,
"description": "markzingler",
"author": "Mark Z",
"keywords": [
"gatsby"
],
"config": {
"version": "v1"
},
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build && npm run ta_build",
"ta_build": "cd panel-de-js && npm run build && cp -R dist/* ../public/project/tetrisattack/",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "node bin/deploy.js"
},
"dependencies": {
"gatsby": "^5.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-script-tag": "^1.1.2"
},
"devDependencies": {
"webpack-cli": "^5.1.4"
}
}