-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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": "pdshipping",
"version": "1.0.0",
"description": "Babel and Webpack test",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "webpack",
"start": "webpack-dev-server --host 0.0.0.0 --output-public-path=/build/"
},
"author": "D",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/preset-env": "^7.8.2",
"@material/animation": "^3.1.0",
"@material/button": "^3.2.0",
"@material/drawer": "^3.2.0",
"@material/top-app-bar": "^3.2.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"compression-webpack-plugin": "^3.1.0",
"css-loader": "^3.4.2",
"jest": "^25.1.0",
"style-loader": "^1.1.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},
"dependencies": {
"@material/ripple": "^3.2.0",
"lit-html": "^1.1.2",
"mobile-pull-to-refresh": "^0.2.2"
}
}