-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 986 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
35
36
37
{
"name": "@noddigital/teyit.link",
"version": "0.2.0",
"description": "",
"main": "static/app.js",
"scripts": {
"clean": "rm -rf public/app.js public/app.map",
"prebuild": "npm run clean",
"prebuild-only": "npm run prebuild",
"build-only": "parcel build client/app.js --global TeyitLink no-cache --out-dir public --out-file app.js",
"build": "npm run build-only",
"postbuild": "go generate main.go"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noddigital/teyit.link.git"
},
"author": "NOD Digital <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/noddigital/teyit.link/issues"
},
"homepage": "https://teyit.link",
"devDependencies": {
"parcel-bundler": "^1.10.3"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"axios": "^0.18.0",
"moment": "^2.22.2",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-modal": "^3.5.1"
}
}