forked from irmantastam/wp-blank
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·62 lines (62 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·62 lines (62 loc) · 1.72 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "wp-blank",
"version": "1.0.0",
"description": "Blank WordPress theme for building custom front-end",
"main": "index.js",
"scripts": {
"watch": "webpack --colors --watch --mode development",
"build": "webpack --colors --progress --mode production",
"postinstall": "find node_modules/ -name '*.info' -type f -delete"
},
"repository": {
"type": "git",
"url": "git+https://github.com/irmantastam/wp-blank.git"
},
"keywords": [
"wordpress",
"html",
"javascript",
"sass",
"css",
"postcss",
"webpack",
"babel"
],
"author": "Irmantas Tamašauskas",
"license": "MIT",
"bugs": {
"url": "https://github.com/irmantastam/wp-blank/issues"
},
"homepage": "https://github.com/irmantastam/wp-blank#readme",
"devDependencies": {
"autoprefixer": "6.5.3",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"node-bourbon": "4.2.3",
"node-neat": "1.7.2",
"node-sass": "^4.13.1",
"postcss-calc": "5.3.1",
"postcss-inline-svg": "2.2.0",
"postcss-loader": "^2.1.6",
"postcss-svg": "^3.0.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.2.0",
"stylelint-webpack-plugin": "^0.10.5",
"url-loader": "^1.0.1",
"webpack": "^4.16.1",
"webpack-cli": "^3.1.0"
}
}