-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.01 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
{
"name": "textpattern-material-components-web",
"description": "Textpattern templates based on Google’s Material Components for the Web framework.",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/philwareham/textpattern-material-components-web"
},
"bugs": {
"url": "https://github.com/philwareham/textpattern-material-components-web/issues"
},
"devDependencies": {
"autoprefixer": "9.7.4",
"babel-core": "6.26.0",
"babel-loader": "8.0.4",
"babel-preset-es2015": "6.24.1",
"css-loader": "3.3.1",
"extract-loader": "2.0.1",
"file-loader": "4.0.0",
"node-sass": "4.9.4",
"sass-loader": "7.3.0",
"webpack": "4.41.6",
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.3.1"
},
"dependencies": {
"material-components-web": "5.0.0"
},
"browserslist": [
"> 0.5%",
"not ie < 11"
],
"scripts": {
"start": "webpack-dev-server",
"build": "webpack -p --progress"
},
"license": "(Apache-2.0 AND GPL-2.0)"
}