-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "acf-toggle-flexible-layouts",
"version": "1.0.0",
"description": "ACF helper plugin to make improve flexible field usability.",
"private": true,
"dependencies": {
"babel-runtime": "^6.23.0"
},
"devDependencies": {
"ajv": "^6.1.1",
"autoprefixer": "^6.3.4",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.28.10",
"cssnano": "^4.0.0-rc.2",
"extract-text-webpack-plugin": "^3.0.2",
"fastclick": "^1.0.6",
"file-loader": "^1.1.9",
"font-awesome": "^4.7.0",
"node-sass": "^4.7.2",
"normalize-css": "^2.3.1",
"postcss-loader": "^2.1.0",
"resolve-url-loader": "^2.2.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"url-loader": "^0.6.2",
"webpack": "^3.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"dev": "webpack",
"build": "webpack -p"
},
"author": "[email protected]",
"license": "GPL-2.0+"
}