-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (39 loc) · 1.16 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
{
"name": "wp-theme-botascopia",
"description": "Botascopia est un thème créé sur mesure pour le site tela-botanica.org",
"type": "commonjs",
"private": true,
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"dev": "webpack --mode development --watch"
},
"devDependencies": {
"accessible-mega-menu": "git+https://github.com/adobe-accessibility/Accessible-Mega-Menu.git",
"browser-sync": "^2.29.0",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^0.28.7",
"file-loader": "^0.11.2",
"jquery-accessible-accordion-aria": "2.4.x",
"lodash.debounce": "^4.0.8",
"lodash.defer": "^4.1.0",
"lodash.find": "^4.6.0",
"lodash.flatten": "^4.4.0",
"lodash.foreach": "^4.5.0",
"lodash.groupby": "^4.6.0",
"lodash.map": "^4.6.0",
"lodash.maxby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"lodash.throttle": "^4.1.1",
"pug": "^2.0.0-rc.4",
"pug-loader": "^2.3.0",
"style-loader": "^0.23.1",
"svg-sprite-loader": "^0.3.1",
"svg-url-loader": "^2.1.1",
"url-loader": "^1.0.1",
"webpack": "^3.12.0"
},
"dependencies": {
"extract-text-webpack-plugin": "^3.0.2"
}
}