-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·75 lines (75 loc) · 2.29 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@shahiemseymor/talejs",
"version": "0.1.0",
"description": "Add stories to your application with Tale.js",
"homepage": "https://github.com/Shahiem/tale.js",
"scripts": {
"build": "webpack --mode=development",
"watch": "webpack --mode=development --watch",
"watch:externalServer": "webpack --mode=development --watch --externalServer",
"bundle": "npm ci && npm run watch",
"bundle:externalServer": "npm ci && npm run watch:externalServer",
"production": "cross-env NODE_ENV=production webpack --mode=production",
"lint-sass": "sass-lint -v -q --format=compact",
"lint-js": "eslint --ext .js src/js/"
},
"keywords": [
"webpack",
"boilerplate",
"template",
"setup"
],
"author": "Shahiem Seymor <[email protected]> (https://www.shahiemseymor.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:WeAreAthlon/frontend-webpack-boilerplate.git"
},
"bugs": {
"url": "https://github.com/Shahiem/tale.js/issues",
"email": "[email protected]"
},
"engines": {
"node": ">=10.13.0"
},
"dependencies": {
"autoprefixer": "^9.7.4",
"ts-loader": "^6.2.1",
"typescript": "^3.8.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"ajv": "^6.11.0",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "2.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^7.0.0",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^1.7.0",
"fibers": "^4.0.2",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"imagemin-webpack-plugin": "^2.4.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass": "^1.25.0",
"sass-lint": "^1.13.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.5",
"url-loader": "^3.0.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
}
}