-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.27 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.27 KB
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
{
"name": "berkeley_library-ucbears",
"private": true,
"dependencies": {
"@blueprintjs/core": "^4.19.4",
"@blueprintjs/icons": "^4.16.0",
"axios": "^1.4.0",
"css-loader": "^6.7.4",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"eslint": "^8.41.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.14.0",
"http-link-header": "^1.1.1",
"jquery": "^3.7.0",
"mirador": "^3.3.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"react": "^16.8.3",
"react-dnd": "^10.0.2",
"react-dom": "^16.8",
"sass": "^1.62.1",
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"vuex": "^3.6.2",
"webpack": "^5.84.0",
"webpack-cli": "^5.1.1"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"build:css": "sass ./app/assets/stylesheets/:./app/assets/builds/ --no-source-map --load-path=node_modules",
"start": "webpack-dev-server --config webpack.config.js --hot --progress --color --port 3035"
},
"devDependencies": {
"baseline-browser-mapping": "^2.10.0",
"webpack-dev-server": "^5.2.2"
}
}