-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.55 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
49
50
{
"name": "wolf-base",
"version": "1.0.0",
"author": "Squarespace, Inc.",
"description": "Base Template",
"license": "SEE LICENSE IN LICENSE.txt",
"repository": {
"type": "git",
"url": "https://github.com/WhiteWolfWebsites/sqs-base-template.git"
},
"scripts": {
"build": "squarespace assemble && webpack",
"clean": "squarespace clean",
"deploy": "squarespace setup && squarespace deploy",
"lint": "eslint scripts",
"start": "squarespace setup && (npm run watch & npm run server)",
"server": "squarespace runserver --auth",
"server:auth": "npm run server -- --run-authenticated",
"watch": "squarespace assemble --watch & webpack --watch"
},
"dependencies": {
"@squarespace/ancillary": "1.0.2",
"@squarespace/controller": "1.0.1",
"@squarespace/core": "1.1.0",
"@squarespace/darwin": "1.0.3",
"@squarespace/layout-slideshow": "1.0.1",
"@squarespace/mercury": "1.1.5",
"@squarespace/social-links": "1.0.2",
"@squarespace/video-background": "2.0.2",
"babel-runtime": "6.22.0",
"jump.js": "1.0.2",
"raf": "3.3.0",
"url-parse": "1.1.8"
},
"devDependencies": {
"@squarespace/toolbelt": "^0.8.7",
"babel-core": "^6.17.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.22.0",
"eslint": "^3.14.1",
"eslint-config-squarespace": "^1.0.0",
"webpack": "^1.14.0"
},
"squarespace": {
"templateId": "wolf-base"
}
}