-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
executable file
·50 lines (50 loc) · 1.29 KB
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
{
"name": "odyssey-2018",
"version": "1.0.0",
"main": "docs/index.html",
"scripts": {
"start": "gulp watch",
"build": "gulp"
},
"author": "Taylor Radtke",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^9.4.5",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^8.0.5",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.26.3",
"cssnano": "^4.1.8",
"del": "^3.0.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.0",
"eslint": "^5.11.1",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^5.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^5.0.3",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass-glob": "^1.0.9",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp": "^4.0.0",
"prettier": "^1.15.2",
"stylelint-config-standard": "^18.2.0",
"stylelint": "^9.2.0",
"webpack-stream": "^5.2.1",
"webpack": "^4.28.4"
},
"dependencies": {
"bourbon": "^5.0.0",
"bourbon-neat": "^1.9.0"
}
}