-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "nano-nanoid-cc",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "webpack",
"predeploy": "webpack",
"deploy": "gh-pages -d dist",
"lint": "eslint \"src/**/*.js\"",
"pretty": "pretty-quick"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged && npm run lint"
}
},
"license": "ISC",
"dependencies": {
"easy-location": "^2.0.0",
"nanoid": "^2.1.10"
},
"devDependencies": {
"autoprefixer": "^9.7.4",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"gh-pages": "^2.2.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^4.2.1",
"mini-css-extract-plugin": "^0.9.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"script-ext-html-webpack-plugin": "^2.1.4",
"style-ext-html-webpack-plugin": "^4.1.2",
"style-loader": "^1.1.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}