-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.04 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
{
"name": "webpack-starter",
"version": "1.0.0",
"main": "bundle.js",
"scripts": {
"build": "node_modules/.bin/webpack",
"watch": "node_modules/.bin/webpack --watch",
"styles": "node_modules/.bin/sass sass/src/index.scss sass/dist/styles.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neulandagentur/webpack-starter.git"
},
"author": "NEULAND. Medienagentur",
"license": "MIT",
"bugs": {
"url": "https://github.com/neulandagentur/webpack-starter/issues"
},
"homepage": "https://github.com/neulandagentur/webpack-starter#readme",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.6",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"sass": "^1.25.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}