-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.85 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.85 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "kirkanta",
"version": "3.0.0",
"description": "Administration interface for hakemisto.kirjastot.fi",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/runtime": "^7.4.4",
"@ckeditor/ckeditor5-build-classic": "^11.2.0",
"@ckeditor/ckeditor5-core": "^11.1.0",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^6.0.3"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free": "^5.8.1",
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-regular-svg-icons": "^5.8.1",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"autoprefix": "^1.0.1",
"autoprefixer": "^9.5.1",
"axios": "^0.18.0",
"babel-loader": "^8.0.5",
"bootstrap": "^4.3.1",
"browserslist": "^4.5.6",
"caniuse-lite": "^1.0.30000963",
"css-loader": "^1.0.1",
"date-fns": "^1.30.1",
"dropzone": "^5.5.1",
"file-loader": "^1.1.11",
"font-awesome": "^4.7.0",
"jquery": "^3.4.1",
"mini-css-extract-plugin": "^0.4.5",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"popper.js": "^1.15.0",
"postcss-loader": "^3.0.0",
"precss": "^3.1.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-widgets": "^4.4.11",
"sass-loader": "^7.1.0",
"style-loader": "^0.22.1",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^1.1.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-merge": "^4.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx webpack --watch",
"build": "webpack --config webpack.prod.js",
"deploy": "npm run build && git commit -am 'PRODUCTION BUILD'"
},
"author": "Kirjastot.fi",
"license": "MIT"
}