-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.3 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
{
"name": "nara_ugfa",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.10.4",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.2.2",
"@svgr/webpack": "^5.4.0",
"array-move": "^3.0.1",
"autolinker": "^3.14.1",
"axios": "^0.19.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-polyfill": "^6.26.0",
"frontline-css-reset": "^3.0.1",
"js-cookie": "^2.2.1",
"lodash": "^4.17.20",
"openseadragon": "^2.4.2",
"prop-types": "^15.7.2",
"qs": "^6.9.4",
"react": "^16.13.1",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-axios": "^2.0.3",
"react-collapsed": "^3.0.1",
"react-dom": "^16.13.1",
"react-hook-form": "^6.2.0",
"react-modal": "^3.11.2",
"react-router-dom": "^5.2.0",
"react-spring": "^8.0.27",
"react-textarea-autosize": "^8.2.0",
"react-tiny-popover": "^5.1.0",
"react-use-clipboard": "1.0.1",
"styled-components": "^5.1.1",
"tinycolor2": "^1.4.1",
"turbolinks": "^5.2.0",
"what-input": "^5.2.10"
},
"version": "0.1.0",
"devDependencies": {
"@svgr/webpack": "^5.4.0",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"start": "foreman start -f Procfile.dev"
}
}