-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 993 Bytes
/
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": "confessions-client",
"version": "1.0.0",
"description": "",
"dependencies": {
"angular": "^1.6.5",
"angular-recaptcha": "^4.1.5",
"angular-route": "^1.6.5",
"angular-sanitize": "^1.6.5",
"bootstrap": "^4.0.0-beta",
"jquery": "^3.2.1",
"ng-file-upload": "^12.2.13",
"particles.js": "^2.0.0",
"popper.js": "^1.11.0",
"toastr": "^2.1.2",
"underscore": "^1.8.3"
},
"scripts": {
"build": "webpack",
"dev": "webpack --watch --mode=development"
},
"author": "",
"license": "ISC",
"devDependencies": {
"css-loader": "^0.28.7",
"exports-loader": "^0.7.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^0.11.2",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.4"
},
"bundledDependencies": [
"bootstrap"
]
}