-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.31 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.31 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
45
{
"name": "material-components-marko",
"version": "1.0.2",
"description": "Material Design styled components for Marko.js",
"scripts": {
"watch": "webpack --watch",
"start": "webpack-dev-server --open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@lasso/marko-taglib": "^1.0.10",
"@material/button": "^0.35.0",
"@material/ripple": "^0.35.0",
"babel-core": "^6.26.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-runtime": "^6.26.0",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.3",
"lasso": "^3.1.5",
"lasso-babel-transform": "^1.0.2",
"lasso-marko": "^2.4.2",
"lasso-sass": "^3.0.0",
"marko": "^4.10.0",
"webpack-cli": "^2.1.4"
},
"devDependencies": {
"@types/node": "^10.1.2",
"css-loader": "^0.28.11",
"extract-loader": "^2.0.1",
"file-loader": "^1.1.11",
"gulp-typescript": "^4.0.2",
"marko-loader": "^1.3.3",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"typescript": "^2.8.3",
"webpack": "3",
"webpack-dev-server": "2"
}
}