forked from javan/input-inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 835 Bytes
/
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
{
"name": "input-inspector",
"version": "1.0.0",
"private": true,
"license": "MIT",
"dependencies": {
"@babel/core": "7.7.7",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-syntax-dynamic-import": "7.7.4",
"@babel/plugin-transform-runtime": "7.7.6",
"@babel/preset-env": "7.7.7",
"@babel/runtime": "7.7.7",
"babel-loader": "8.0.6",
"css-loader": "3.4.1",
"diff": "4.0.1",
"firebase": "7.6.1",
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "0.9.0",
"stimulus": "https://github.com/stimulusjs/dev-builds/archive/b8cc8c4/stimulus.tar.gz",
"webpack": "4.41.5",
"webpack-cli": "3.3.10"
},
"devDependencies": {
"webpack-dev-server": "3.10.1"
},
"scripts": {
"start": "webpack-dev-server",
"now-build": "webpack"
}
}