-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
76 lines (76 loc) · 2.05 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "hyperapp-tools",
"version": "2.1.0",
"description": "Hyperapp build automation tools",
"repository": "kriasoft/hyperapp-tools",
"author": "Vladimir Kutepov",
"license": "MIT",
"keywords": [
"hyperapp",
"automation",
"config",
"build",
"tool"
],
"engines": {
"node": ">=8.9.0"
},
"bin": {
"hyperapp-tools": "./bin/index.js"
},
"main": "index.js",
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@intervolga/optimize-cssnano-plugin": "^1.0.6",
"address": "^1.0.3",
"autoprefixer": "^9.1.5",
"babel-core": "^7.0.0-0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"babel-plugin-dynamic-import-node": "^2.1.0",
"colorette": "^1.0.5",
"css-loader": "^1.0.0",
"dotenv": "^6.0.0",
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"fast-async": "^6.3.8",
"file-loader": "^2.0.0",
"fs-extra": "^7.0.0",
"glob": "^7.1.3",
"gzip-size": "^5.0.0",
"jest": "^23.6.0",
"loader-utils": "^1.1.0",
"mini-css-extract-plugin": "^0.4.3",
"null-loader": "^0.1.1",
"opn": "^5.4.0",
"postcss": "^7.0.5",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.0.10",
"prettier": "^1.14.3",
"semver": "^5.5.1",
"source-map-support": "^0.5.9",
"style-loader": "^0.23.0",
"stylelint": "^9.6.0",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-rational-order": "^0.0.2",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^1.0.0",
"svgo": "^1.1.1",
"terser-webpack-plugin": "^1.1.0",
"url-loader": "^1.1.1",
"webpack": "^4.20.2",
"webpack-manifest-plugin": "^2.0.4",
"webpack-serve": "^2.0.2"
},
"scripts": {
"lint": "node index.js lint",
"build": "node build.js"
}
}