-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 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
40
41
42
43
44
45
46
47
48
{
"name": "live-app-asq",
"version": "0.0.0",
"description": "A live app",
"private": true,
"main": "lib/server/server.js",
"scripts": {
"build": "gulp"
},
"keywords": [
"ASQ",
"Polymer"
],
"dependencies": {
"bows": "^1.4.2",
"clipboard": "^1.5.12",
"dotenv": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"redux": "^3.5.2",
"redux-actions": "^0.11.0",
"socket.io-client": "^1.3.5",
"uuid": "^2.0.1"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"del": "^2.2.1",
"eslint": "^3.6.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"html-minifier": "^2.0.0",
"merge-stream": "^1.0.0",
"plylog": "^0.4.0",
"polymer-build": "^0.4.1",
"script-runner": "^0.1.4",
"vulcanize": "^1.14.8"
}
}