-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.37 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "archives-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prepare-todo-fix": "babel . --out-dir lib",
"test": "react-scripts test",
"deploy": "sls"
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"bootstrap": "^4.3.1",
"cross-fetch": "^3.0.2",
"interactjs": "^1.4.3",
"jsdom": "^16.2.2",
"lucene": "^2.1.1",
"moment": "^2.24.0",
"next": "^9.4.2",
"node-sass": "^4.13.1",
"openseadragon": "^2.4.0",
"query-string": "^6.5.0",
"rc-pagination": "^1.18.0",
"react": "16.13.1",
"react-big-calendar": "^0.24.6",
"react-bootstrap": "^1.0.0-beta.8",
"react-div-100vh": "^0.3.4",
"react-dom": "16.13.1",
"react-ga": "^2.6.0",
"react-github-corner": "^2.3.0",
"react-icons": "^3.7.0",
"react-jsonschema-form": "^1.5.0",
"react-scripts": "^3.3.1",
"xmldom": "^0.5.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@zeit/next-css": "^1.0.1",
"babel-plugin-transform-remove-console": "^6.9.4",
"next-images": "^1.4.0",
"prettier": "^2.0.0",
"serverless": "^1.71.1"
}
}