-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.85 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "offset",
"version": "0.1.0",
"description": "OFFSET Dublin",
"main": "index.js",
"engines": {
"node": "9.8.0"
},
"scripts": {
"dev": "node_modules/gulp/bin/gulp.js",
"build": "yarn dev build",
"start": "node index.js",
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "[email protected]:SimonFinney/offset.git"
},
"keywords": [
"ibm",
"studios",
"dublin",
"offset"
],
"author": "Simon Finney <[email protected]>",
"license": "MIT",
"dependencies": {
"compression": "^1.6.1",
"dotenv": "^5.0.1",
"express": "^4.13.4",
"express-beautify": "^0.1.3",
"firebase": "^3.6.9",
"js-yaml": "^3.13.1",
"multer": "^1.3.0",
"nunjucks": "^2.4.2",
"socket.io": "^2.4.0"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.12.8",
"carbon-components": "^8.16.8",
"del": "^2.2.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^5.1.1",
"gsap": "^3.6.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.1.1",
"gulp-nodemon": "^2.1.0",
"gulp-sass": "2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg-sprite": "^1.3.6",
"gulp-svgo": "^1.0.3",
"gulp-uglify": "^1.5.3",
"run-sequence": "^1.1.5",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.0.0",
"stylelint-order": "^0.8.0",
"stylelint-scss": "^2.3.0",
"theaterjs": "^3.1.0",
"webpack-stream": "^3.2.0"
}
}