-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.15 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
{
"name": "carlislephoto.org.uk",
"version": "1.0.0",
"description": "Wordpress theme for Carlisle Photo",
"main": "index.js",
"scripts": {
"start": "npm run serve",
"serve": "jekyll serve --host=0.0.0.0",
"css": "node-sass _sass/main.scss style.css --output-style compressed",
"css:dev": "node-sass _sass/main.scss style.css --watch",
"js": "webpack --progress",
"js:dev": "webpack --progress --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carlislephotofestival/carlislephotofestival.co.uk.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/carlislephotofestival/carlislephotofestival.co.uk/issues"
},
"homepage": "https://github.com/carlislephotofestival/carlislephotofestival.co.uk#readme",
"dependencies": {
"jquery": "^3.2.1",
"sass-mq": "^3.3.2"
},
"devDependencies": {
"@types/jquery": "^2.0.41",
"@types/node": "^7.0.13",
"awesome-typescript-loader": "^3.1.2",
"imports-loader": "^0.7.1",
"jekyll": "^3.0.0-beta1",
"node-sass": "^4.5.0",
"tslint": "^5.1.0",
"typescript": "^2.2.2",
"webpack": "^2.4.1"
}
}