-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 854 Bytes
/
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
{
"name": "react-form-j2",
"version": "1.0.0",
"description": "Basic usage of vercel with github",
"main": "index.js",
"scripts": {
"start": "parcel ./public/index.html",
"build": "parcel build ./public/index.html -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usualpro/react-form-j2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/usualpro/react-form-j2/issues"
},
"homepage": "https://github.com/usualpro/react-form-j2#readme",
"devDependencies": {
"parcel-bundler": "^1.12.4",
"sass": "^1.27.0"
},
"dependencies": {
"axios": "^0.20.0",
"bootstrap": "^4.5.3",
"dexie": "^3.0.2",
"leaflet": "^1.7.1",
"react": ">=15",
"react-dom": "^16.8.0",
"react-leaflet": "^2.7.0",
"react-router-dom": "^5.2.0"
}
}