-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 1.28 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
{
"name": "step2",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/Serli/spring-security-workshop.git"
},
"author": "Karim Benyahia",
"license": "Serli",
"bugs": {
"url": "https://github.com/Serli/spring-security-workshop/issues"
},
"homepage": "https://github.com/Serli/spring-security-workshop",
"scripts": {
"dev": "parcel --public-url / -d target/classes/public ./src/main/resources/public/login.html ./src/main/resources/public/livredor.html",
"watch": "parcel watch --public-url / -d target/classes/public ./src/main/resources/public/login.html ./src/main/resources/public/livredor.html",
"build": "parcel build --public-url / -d target/classes/public ./src/main/resources/public/login.html ./src/main/resources/public/livredor.html"
},
"dependencies": {
"@babel/plugin-syntax-async-generators": "^7.2.0",
"@fortawesome/fontawesome-free": "^5.8.1",
"@uirouter/angularjs": "^1.0.3",
"angular": "1.6.5",
"angular-cookies": "^1.7.7",
"jquery": "^3.3.1"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@types/angular-ui-router": "1.1.40",
"autoprefixer": "^9.5.0",
"parcel-bundler": "^1.12.3"
}
}