This repository was archived by the owner on Apr 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.62 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.62 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
{
"name": "tgam-puma",
"version": "1.0.0",
"description": "The Globe and Mail's CodePen for PageBuilder",
"scripts": {
"check": "npx npm-check -s -u",
"clean": "rm -rf dist",
"open": "open 'http://localhost:1234/'",
"start": "concurrently \"parcel index.html -p 1234\" \"open 'http://localhost:1234/'\"",
"test": "echo 'Error: no test specified' && exit 1",
"traffic": "open 'http://localhost:4040/'",
"tunnel": "concurrently \"open http://localhost:4040/\" \"ngrok http 1234\"",
"sync": "gulp config:sync",
"add": "gulp pen:add",
"remove": "gulp pen:remove",
"rename": "gulp pen:rename",
"eject": "gulp pen:eject",
"trim": "gulp pen:trim"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"domready": "1.0.8",
"es6-promise": "4.2.8",
"reqwest": "2.0.5"
},
"devDependencies": {
"autoprefixer": "9.6.1",
"babel-core": "^7.0.0-bridge.0",
"babel-preset-es2015": "6.24.1",
"concurrently": "4.1.1",
"del": "4.0.0",
"dotenv": "7.0.0",
"eslint": "5.15.3",
"eslint-config-idiomatic": "4.0.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-loader": "2.2.1",
"fancy-log": "1.3.3",
"fuzzy": "0.1.3",
"gulp": "3.9.1",
"gulp-debug": "4.0.0",
"gulp-open": "3.0.1",
"gulp-prompt": "1.2.0",
"inquirer-autocomplete-prompt": "1.0.1",
"lodash": "4.17.14",
"node-sass": "4.14.1",
"posthtml-expressions": "1.1.1",
"posthtml-head-elements": "0.5.1",
"posthtml-include": "1.2.0",
"promise": "8.0.3",
"run-sequence": "2.2.1",
"through2": "3.0.1",
"vinyl-paths": "2.1.0"
}
}