-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 1 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
{
"name": "cant-you-search",
"version": "1.0.0",
"scripts": {
"start": "webpack-dev-server --hot --open --config webpack.config.js --watch --colors"
},
"author": "Yuri Barssi",
"license": "MIT",
"devDependencies": {
"@types/react-dom": "^16.0.9",
"babel-core": "^6.9.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"css-loader": "^0.28.7",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^2.17.0",
"image-webpack-loader": "^4.4.0",
"node-sass": "^4.1.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.5.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"axios": "^0.18.0",
"babel-polyfill": "^6.9.0",
"babel-preset-react": "^6.24.1",
"react": "^16.5.2",
"react-dom": "^16.5.2"
}
}