-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.23 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.23 KB
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
{
"name": "devt",
"version": "1.2.3",
"description": "Setups up local dev-tools menu",
"license": "MIT",
"main": "build/index.js",
"unpkg": "build/index.js",
"scripts": {
"build": "webpack --mode production",
"prepublish": "rm -rf ./build && npm run build"
},
"author": "sdivelbiss",
"repository": {
"type": "git",
"url": "https://github.com/sdivelbiss/devt"
},
"devDependencies": {
"@babel/core": "7.9.6",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-optional-chaining": "7.9.0",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"babel-loader": "8.1.0",
"babel-plugin-dynamic-import": "^1.0.0",
"babel-plugin-remove-webpack": "^1.1.0",
"css-loader": "3.5.2",
"node-sass": "4.14.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"sass-loader": "8.0.2",
"style-loader": "1.2.1",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"wrapper-webpack-plugin": "^2.1.0"
},
"keywords": [
"devt",
"tools",
"npm",
"package",
"devt",
"dev-tools"
]
}