forked from JustRelate/scrivito-example-app-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.85 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 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
61
62
63
64
65
66
67
{
"name": "example_app_js",
"description": "Scrivito Example App JS",
"license": "MIT",
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"private": true,
"repository": {
"private": true
},
"dependencies": {
"@babel/core": "^7.0.0-beta.46",
"@babel/preset-env": "^7.0.0-beta.46",
"@babel/preset-react": "^7.0.0-beta.46",
"autotrack": "^2.4.1",
"babel-loader": "^8.0.0-beta.2",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"core-js": "^2.5.6",
"css-loader": "^0.28.11",
"dateformat": "^3.0.3",
"dotenv": "^5.0.1",
"ent": "^2.2.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-import-resolver-webpack": "^0.9.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"fuse.js": "^3.2.0",
"is-empty": "^1.2.0",
"jquery": "^3.3.1",
"lodash-es": "^4.17.10",
"moment-from-now": "0.0.4",
"node-sass": "^4.9.0",
"progress-bar-webpack-plugin": "^1.11.0",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-draggable": "^3.0.5",
"react-helmet": "^5.1.3",
"react-highlight-words": "^0.11.0",
"react-images": "^0.5.17",
"react-scroll": "^1.7.9",
"react-slick": "^0.23.1",
"reactstrap": "^6.0.1",
"sass-loader": "^7.0.1",
"scrivito": "^1.32.0",
"slick-carousel": "^1.6.0",
"striptags": "^2.2.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.4",
"xml": "^1.0.1",
"zip-webpack-plugin": "^3.0.0"
},
"scripts": {
"build": "webpack -p",
"start": "webpack-dev-server --open",
"eslint": "eslint --max-warnings 1 src/"
}
}