-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.81 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
{
"name": "dailycal-projects-copy-edit-this-quiz",
"version": "1.0.0",
"description": "A Daily Cal project",
"main": "index.js",
"scripts": {
"test": "echo \"No tests\" && exit 1"
},
"author": {
"name": "maycui",
"email": "[email protected]"
},
"license": "ISC",
"dependencies": {
"archieml-pipe": "^0.1.0",
"autoprefixer": "^8.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.28.9",
"exports-loader": "^0.7.0",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.2",
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
"globby": "^8.0.1",
"gulp": "^3.9.1",
"gulp-awspublish": "^3.3.1",
"gulp-cloudfront-invalidate-aws-publish": "^1.0.0",
"gulp-env": "^0.4.0",
"gulp-fail": "^1.0.5",
"gulp-if": "^2.0.2",
"gulp-prompt": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-responsive": "^2.9.0",
"gulp-rev-all": "^0.9.7",
"gulp-util": "^3.0.8",
"html-webpack-plugin": "^2.30.1",
"imports-loader": "^0.8.0",
"lodash": "^4.17.5",
"marked": "^0.3.16",
"ngrok": "^2.2.26",
"node-env-file": "^0.1.8",
"node-sass": "^4.7.2",
"nunjucks": "^3.1.0",
"open": "^0.0.5",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-loader": "^2.1.0",
"run-sequence": "^2.2.1",
"sass-loader": "^6.0.6",
"secure-keys": "^1.0.0",
"style-loader": "^0.20.2",
"uglify-js": "^3.3.11",
"uglifyjs-webpack-plugin": "^1.2.0",
"webpack": "^3.11.0",
"webpack-dev-middleware": "^2.0.5",
"webpack-hot-middleware": "^2.21.0",
"webpack-stream": "^4.0.2",
"whatwg-fetch": "^2.0.3"
}
}