-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "hackers-at-cambridge-website",
"version": "0.0.0",
"description": "The official website of Cambridge's technology society",
"main": "index.js",
"scripts": {
"test": "yarn test:production-build && yarn test:run-tests",
"test:run-tests": "swift test",
"test:production-build": "swift build -c release",
"gulp": "gulp",
"heroku-postbuild": "gulp static-build"
},
"engines": {
"node": "6.11.3"
},
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^7.1.6",
"browser-sync": "^2.18.8",
"chalk": "^1.1.3",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-changed": "^3.1.1",
"normalize.css": "^7.0.0",
"postcss-loader": "^2.0.8",
"raw-loader": "^0.5.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^3.8.1",
"webpack-dev-middleware": "^1.12.0",
"webpack-manifest-plugin": "^1.3.2",
"webpack-stream": "^4.0.0"
}
}