-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.21 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
42
43
44
45
46
47
48
{
"name": "aem",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"dev": "node server.js || gulp",
"prod": "gulp prod",
"gulp": "gulp"
},
"author": "",
"license": "ISC",
"dependencies": {
"@webcomponents/custom-elements": "^1.2.1"
},
"devDependencies": {
"aemsync": "^3.0.2",
"autoprefixer": "^9.4.4",
"browser-sync": "^2.26.3",
"cssnano": "^4.1.8",
"express": "^4.16.4",
"express-handlebars": "^3.0.0",
"fork-ts-checker-webpack-plugin": "^0.4.15",
"gulp": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-less": "^4.0.1",
"gulp-nodemon": "^2.4.2",
"gulp-postcss": "^8.0.0",
"gulp-sourcemaps": "^2.6.4",
"handlebars": "^4.0.12",
"handlebars-wax": "^6.1.0",
"ts-loader": "^5.3.3",
"tslint": "^5.12.0",
"tslint-webpack-plugin": "^1.3.0",
"typescript": "^3.2.2",
"vinyl-named": "^1.1.0",
"webpack": "^4.28.1",
"webpack-stream": "^5.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julia-mur13/AEM-Training.git"
},
"bugs": {
"url": "https://github.com/julia-mur13/AEM-Training/issues"
},
"homepage": "https://github.com/julia-mur13/AEM-Training#readme",
"description": ""
}