-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.42 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
{
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@symfony/webpack-encore": "^0.22.4",
"node-sass": "^4.11.0",
"sass-loader": "^7.0.1",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"prod": "encore production --progress"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@symfony/webpack-encore": "^0.27.0",
"autoprefixer": "^8.1.0",
"babel-core": "^6.26.0",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.6.1",
"bootstrap": "^4.2.1",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^0.1.19",
"cross-env": "^5.1.3",
"css-loader": "^0.28.10",
"eslint": "^4.19.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"foundation-sites": "^6.5.1",
"husky": "^1.0.0-rc.3",
"jquery": "^3.4.1",
"jquery-datetimepicker": "^2.5.20",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-loader": "^2.1.1",
"sass-loader": "^7.0.1",
"script-loader": "^0.7.2",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.2",
"url-loader": "^1.0.1",
"webpack-notifier": "^1.8.0",
"what-input": "^5.1.3"
}
}