-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.19 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
{
"name": "chrome-extension-boilerplate",
"version": "1.0.0",
"description": "Chrome extension boilerplate using webpack4, react16, react-md, iframe",
"private": true,
"repository": "https://github.com/naniaryan/Chrome-Extension-Boilerplate.git",
"author": "NaniAryan <[email protected]>",
"license": "MIT",
"scripts": {
"build": "node_modules/.bin/webpack --config webpack.config.js",
"build-dev": "node_modules/.bin/webpack --config webpack.config.js -d -w"
},
"dependencies": {
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-frame-component": "^4.0.2",
"react-md": "^1.9.0"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.1",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.10.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"svg-sprite-loader": "^4.1.3",
"svgo": "^1.1.1",
"svgo-loader": "^2.2.0",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
}
}