-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 1.12 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
{
"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": "18.20.5"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"globals": "^15.13.0",
"http-server": "^0.6.1",
"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",
"shelljs": "^0.8.5",
"tmp": "0.0.23"
},
"scripts": {
"build": "yarn --cwd react install && yarn --cwd react build",
"deploy": "cp -a react/build/. public/",
"heroku-postbuild": "yarn build && yarn deploy"
},
"dependencies": {
"react-scripts": "^3.4.3"
},
"version": "1.0.0",
"author": "Simon Reed <[email protected]>"
}