forked from CLOSER-Cohorts/archivist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 899 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
{
"private": true,
"name": "archivist",
"description": "Archivist is a cutting edge tool for documenting data collection in DDI ",
"repository": "https://github.com/CLOSER-Cohorts/archivist.git",
"license": "UKGLF-OGL",
"engines": {
"node": "12.16.2"
},
"devDependencies": {
"karma": "^6.3.16",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "~0.1.0",
"protractor": "^2.1.0",
"http-server": "^0.6.1",
"tmp": "0.0.23",
"shelljs": "^0.8.5"
},
"scripts": {
"build": "yarn --cwd react install && yarn --cwd react build",
"deploy": "cp -a react/build/. public/",
"heroku-postbuild": "yarn build && yarn deploy"
},
"dependencies": {
"query-strings": "0.0.1"
},
"dependencies": {
"react-scripts": "^3.4.3"
},
"version": "1.0.0",
"author": "Simon Reed <[email protected]>"
}