forked from ned4ded/keychain-landing-markup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
{
"name": "default-project",
"version": "1.0.0",
"description": "",
"main": "gulpfile.babel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"detach": "rm -rf .git && git init"
},
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-destructuring": "^7.1.3",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"babel-loader": "^8.0.4",
"bootstrap": "^4.1.3",
"browser-sync": "^2.26.3",
"colorguard": "^1.2.1",
"gulp": "^4.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-htmlmin": "^5.0.1",
"gulp-nunjucks-render": "^2.2.2",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-svg-sprite": "1.3.7",
"i18next": "^12.1.0",
"i18next-sync-fs-backend": "^1.1.0",
"jquery": "^3.3.1",
"popper.js": "^1.14.5",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.1.2",
"swiper": "^4.4.2",
"undertaker-registry": "^1.0.1",
"webpack": "^4.25.1",
"webpack-stream": "^5.1.1",
"xmldom": "^0.1.27"
}
}