-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 893 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 893 Bytes
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
{
"name": "@ppled/components",
"version": "0.0.1",
"engines": {
"node": ">=8.6"
},
"repository": "github:ppled/components",
"license": "MIT",
"scripts": {
"lint": "standard --verbose | snazzy",
"start": "webpack-dev-server --host=0.0.0.0 --disable-host-check --no-color --no-hot --no-inline",
"start-dev": "webpack-dev-server",
"test": "yarn lint",
"prepush": "yarn test"
},
"dependencies": {
"basic-auth": "^1.1.0",
"css-loader": "^0.28.7",
"dotenv": "^4.0.0",
"ejs": "^2.5.7",
"express-basic-auth": "^1.1.3",
"extract-text-webpack-plugin": "^3.0.2",
"glob": "^7.1.2",
"husky": "^0.14.3",
"pretty": "^2.0.0",
"snazzy": "^7.0.0",
"standard": "^10.0.3",
"style-loader": "^0.19.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
}
}