generated from sayheylaura/react-sass-project-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.58 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "delivery-job-generator",
"version": "1.0.0",
"description": "Create delivery jobs on Google Maps",
"private": true,
"scripts": {
"deps:install": "npx yarn install --pure-lockfile",
"eslint": "eslint ./src/**/*.js --quiet",
"start": "webpack serve --progress --open",
"stylelint": "stylelint ./src/**/*.sass -s sass -q"
},
"author": "Laura Ferrando",
"license": "MIT",
"dependencies": {
"@apollo/client": "3.4.13",
"@babel/runtime": "7.15.4",
"@googlemaps/js-api-loader": "1.12.3",
"graphql": "15.6.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/eslint-parser": "7.15.7",
"@babel/plugin-transform-runtime": "7.15.0",
"@babel/preset-env": "7.15.6",
"@babel/preset-react": "7.14.5",
"babel-loader": "8.2.2",
"css-loader": "6.3.0",
"dotenv": "10.0.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.26.0",
"eslint-plugin-react-hooks": "4.2.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.3.2",
"prettier": "2.4.1",
"sass": "1.42.1",
"sass-loader": "12.1.0",
"style-loader": "3.3.0",
"stylelint": "13.13.1",
"stylelint-config-standard": "22.0.0",
"stylelint-order": "4.1.0",
"stylelint-scss": "3.21.0",
"svg-sprite-loader": "6.0.9",
"webpack": "5.54.0",
"webpack-cli": "4.8.0",
"webpack-dev-server": "4.3.0"
},
"browserslist": [
"defaults",
"not IE 11"
]
}