-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·48 lines (48 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·48 lines (48 loc) · 1.29 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
{
"name": "react-gallery",
"version": "1.0.0",
"description": "React Gallery application",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "webpack serve",
"test": "karma start"
},
"dependencies": {
"prop-types": "^15.6.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-lazy-load-image-component": "^1.6.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-polyfill": "^6.26.0",
"css-loader": "^5.0.1",
"eslint": "^7.14.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-react": "^7.21.5",
"html-webpack-plugin": "^4.5.0",
"karma": "^1.5.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^5.0.0",
"mocha": "^3.2.0",
"path": "^0.12.7",
"phantomjs-polyfill": "^0.0.2",
"sinon": "^5.0.0-next.3",
"sinon-stub-promise": "^4.0.0",
"style-loader": "^2.0.0",
"text-loader": "^0.0.1",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"whatwg-fetch": "^3.5.0"
}
}