-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
109 lines (109 loc) · 3.75 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "super-dev-stack",
"version": "1.0.15",
"description": "Web development stack for front end developers. Made with ❤️ and 🍵.",
"scripts": {
"start": "nps"
},
"husky": {
"hooks": {
"pre-commit": "npm start hooks.preCommit",
"pre-push": "npm start hooks.prePush"
}
},
"author": "Jiří Zmrhal <zmrhal.j@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/zmrhaljiri/superdevstack.git"
},
"keywords": [
"front end",
"devstack",
"webpack",
"react",
"static templating"
],
"bugs": {
"url": "https://github.com/zmrhaljiri/superdevstack/issues"
},
"homepage": "https://github.com/zmrhaljiri/superdevstack#readme",
"dependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.5.5",
"@preact/compat": "0.0.2",
"@testing-library/dom": "^6.1.0",
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^9.1.3",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.0.0",
"babel-loader": "^8.0.6",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^2.0.2",
"core-js": "^2.6.9",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"eslint": "^5.16.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"fast-sass-loader": "^1.5.0",
"favicons-webpack-plugin": "^1.0.1",
"file-loader": "^3.0.1",
"html-webpack-inline-svg-plugin": "^1.2.4",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.3.1",
"image-webpack-loader": "^4.6.0",
"imagemin-gifsicle": "^6.0.1",
"imagemin-jpegtran": "^6.0.0",
"imagemin-pngquant": "^7.0.0",
"imagemin-svgo": "^7.0.0",
"imagemin-webpack": "^4.1.0",
"import-glob-loader": "^1.1.0",
"jest": "^24.9.0",
"jest-fetch-mock": "^2.1.2",
"jest-svg-transformer": "^1.0.0",
"jest-transform-stub": "^2.0.0",
"mini-css-extract-plugin": "^0.5.0",
"mocker-api": "^1.8.1",
"node-sass": "^4.12.0",
"nps": "^5.9.5",
"postcss-inline-svg": "^3.1.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"preact": "^10.0.0-rc.1",
"preact-render-to-string": "^5.0.6",
"prettier": "1.12.1",
"prettier-loader": "^2.1.1",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-hot-loader": "^4.12.11",
"regenerator-runtime": "^0.13.3",
"style-loader": "^0.23.1",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.3.0",
"stylelint-order": "^2.2.1",
"stylelint-webpack-plugin": "^0.10.5",
"time-fix-plugin": "^2.0.6",
"url-loader": "^1.1.2",
"webpack": "^4.39.2",
"webpack-auto-inject-version": "^1.2.2",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0",
"webpack-merge": "^4.2.1",
"webpack-polyfill-injector": "^3.0.2"
}
}