This repository has been archived by the owner on Oct 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.82 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
{
"name": "polythene-mithril-material-components-web",
"version": "1.6.2",
"description": "",
"private": true,
"main": "dist/js/test.js",
"module": "dist/js/test.mjs",
"scripts": {
"dev": "npm-run-all --parallel dev:watch dev:serve",
"dev:serve": "webpack-dev-server --config scripts/webpack.config.dev.js --disableHostCheck true --port 3000",
"dev:watch": "webpack --watch --config scripts/webpack.config.dev.js",
"build": "webpack --config scripts/webpack.config.prod.js",
"github": "npm run build && node scripts/github.js",
"serve": "http-server -p 5000 dist"
},
"dependencies": {
"@material/button": "7.0.0",
"@material/drawer": "7.0.0",
"@material/ripple": "7.0.0",
"@material/textfield": "7.0.0",
"material-components-web": "7.0.0",
"mithril": "^2.0.4",
"polythene-css": "1.7.4",
"polythene-mithril": "1.7.4"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-external-helpers": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-arrow-functions": "^7.10.4",
"@babel/plugin-transform-object-assign": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"compression-webpack-plugin": "^6.0.2",
"css-loader": "^4.3.0",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "0.11.2",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"shelljs": "^0.8.4",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "4.2.2",
"webpack": "^4.44.2",
"webpack-cli": "3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-modules": "^1.0.0"
}
}