-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.82 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.82 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "interactive-atom-template",
"version": "1.0.0",
"description": "Interactive atom base template",
"main": "src/render.js",
"scripts": {
"start": "gulp",
"deploy": "gulp deploy",
"log": "gulp log",
"url": "gulp url",
"deploylive": "gulp deploylive",
"deploypreview": "gulp deploypreview"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.4.3",
"@babel/node": "^7.2.2",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.4.3",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.0.0",
"ajv": "^6.5.3",
"babel-loader": "^8.0.0",
"babel-plugin-transform-import-bangtext-node": "^0.1.4",
"bower": "^1.8.0",
"browser-sync": "^2.26.3",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-debug": "^3.1.0",
"gulp-file": "^0.3.0",
"gulp-s3-upload": "^1.6.1",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.2.0",
"gulp-template": "^4.0.0",
"gulp-util": "^3.0.7",
"inquirer": "^1.2.2",
"raw-loader": "^0.5.1",
"request-promise-native": "^1.0.3",
"run-sequence": "^1.2.2",
"sass-mq": "^3.3.1",
"uglifyjs-webpack-plugin": "^1.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-named": "^1.1.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^4.17.1",
"webpack-stream": "5.0.0"
},
"dependencies": {
"core-js": "^2.6.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^4.1.1",
"lodash": "^4.17.11",
"mustache": "^2.3.0",
"natives": "^1.1.6",
"promise-polyfill": "^6.0.2",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"require-uncached": "^1.0.3",
"unfetch": "^3.0.0"
}
}