generated from github-education-resources/codespaces-project-template-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.11 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": "educator-js-codespace-template",
"version": "1.0.0",
"description": "Educator JS Codespace Template",
"source": "src/index.html",
"homepage": "https://{chri790}.github.io/{technical-O.-R}",
"scripts": {
"start": "parcel",
"build": "parcel build",
"build-gh": "parcel build --public-url 'https://{chri790}.github.io/{technical-O.R}'",
"predeploy": "npm run build-gh",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/codespaces-teaching-template-js.git"
},
"author": "Microsoft",
"license": "ISC",
"bugs": {
"url": "https://github.com/microsoft/codespaces-teaching-template-js/issues"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.7",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"parcel": "^2.7.0",
"prettier": "^2.7.1",
"process": "^0.11.10"
}
}