-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
64 lines (64 loc) · 1.79 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
{
"name": "hello-react",
"author": "Mike Lambert",
"version": "4.10.0",
"description": "This project is based of Velir/frontend-starter v4.10.0",
"private": true,
"devDependencies": {
"autoprefixer": "^9.4.3",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babelify": "^8.0.0",
"browser-sync": "^2.23.6",
"browserify": "^15.2.0",
"chalk": "^2.3.0",
"cheerio": "^1.0.0-rc.2",
"detective-es6": "^1.2.0",
"eslint": "^4.16.0",
"eslint-plugin-react": "^7.6.1",
"find-up": "^2.1.0",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.1",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^0.9.1",
"gulp-debug": "^3.2.0",
"gulp-environments": "^0.1.2",
"gulp-header": "^2.0.1",
"gulp-if-else": "^1.0.3",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.2.2",
"gulp-run": "^1.7.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-svgmin": "^1.2.4",
"gulp-svgstore": "^6.1.1",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^5.0.0",
"merge-stream": "^1.0.1",
"numeral": "^2.0.6",
"postcss-preset-env": "^6.5.0",
"ramda": "^0.25.0",
"run-sequence": "^2.2.1",
"sass-lint": "^1.12.1",
"through2": "^2.0.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"yargs": "^11.0.0"
},
"dependencies": {
"classnames": "^2.2.6",
"core-js": "^2.5.3",
"promise-polyfill": "^8.0.0",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"whatwg-fetch": "^2.0.3"
}
}