-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 881 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
31
32
33
34
35
{
"name": "wantit",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "hugo server -D",
"build": "hugo"
},
"author": "",
"license": "ISC",
"dependencies": {
"material-components-web": "^1.1.1"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"css-loader": "^5.2.6",
"cssnano": "^5.0.6",
"extract-loader": "^4.0.3",
"file-loader": "^6.2.0",
"node-sass": "^9.0.0",
"postcss-cli": "^11.0.0",
"postcss-import": "^15.1.0",
"sass-loader": "^13.0.2",
"tar": ">=4.4.2",
"textlint": "^12.0.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-max-ten": "^2.0.3",
"textlint-rule-preset-jtf-style": "^2.3.3",
"textlint-rule-prh": "^5.2.0",
"uglifycss": "0.0.29",
"webpack": "^5.40.0"
}
}