-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
154 lines (154 loc) · 4.42 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "super-duper-carnival",
"description": "Weather in Norfolk",
"version": "0.1.0",
"private": true,
"homepage": "https://super-duper-carnival.firebaseapp.com/",
"bugs": "https://github.com/ashleahhill/super-duper-carnival/issues",
"repository": {
"type": "git",
"url": "git@github.com:ashleahhill/super-duper-carnival.git"
},
"engines": {
"node": ">=6",
"npm": ">=3.8"
},
"dependencies": {
"assets-webpack-plugin": "3.5.0",
"autoprefixer": "6.5.1",
"babel-core": "6.18.0",
"babel-eslint": "7.0.0",
"babel-jest": "16.0.0",
"babel-loader": "6.2.5",
"babel-plugin-transform-runtime": "6.15.0",
"babel-polyfill": "6.16.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-1": "6.16.0",
"babel-register": "6.18.0",
"babel-runtime": "6.18.0",
"browser-sync": "2.17.5",
"classnames": "2.2.5",
"connect-history-api-fallback": "1.3.0",
"css-loader": "0.25.0",
"del": "2.2.2",
"ejs": "2.5.2",
"enzyme": "2.5.1",
"express": "4.14.0",
"fastclick": "1.0.6",
"file-loader": "0.9.0",
"front-matter": "2.1.0",
"gulp": "3.9.1",
"highlight.js": "9.7.0",
"history": "3.2.1",
"http-proxy-middleware": "0.17.2",
"identity-obj-proxy": "3.0.0",
"jest": "16.0.2",
"json-loader": "0.5.4",
"lodash": "4.16.4",
"markdown-it": "8.0.1",
"moment": "2.15.2",
"node-sass": "3.10.1",
"path-to-regexp": "1.6.0",
"pixrem": "3.0.2",
"pleeease-filters": "3.0.0",
"postcss": "5.2.5",
"postcss-calc": "5.3.1",
"postcss-color-function": "2.0.1",
"postcss-custom-media": "5.0.1",
"postcss-custom-properties": "5.0.1",
"postcss-custom-selectors": "3.0.0",
"postcss-import": "8.1.2",
"postcss-loader": "1.0.0",
"postcss-media-minmax": "2.1.2",
"postcss-nesting": "2.3.1",
"postcss-selector-matches": "2.0.5",
"postcss-selector-not": "2.0.0",
"react": "15.3.2",
"react-addons-css-transition-group": "15.3.2",
"react-dimensions": "1.3.0",
"react-dom": "15.3.2",
"react-hot-loader": "3.0.0-beta.6",
"react-mdl": "1.7.2",
"react-measure": "1.3.0",
"react-redux": "4.4.5",
"react-skycons": "0.3.0",
"redux": "3.6.0",
"redux-logger": "2.7.0",
"redux-thunk": "2.1.0",
"sass-loader": "4.0.2",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.13.2",
"webpack-dev-middleware": "1.8.4",
"webpack-hot-middleware": "2.13.0",
"whatwg-fetch": "1.0.0"
},
"devDependencies": {
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"firebase-tools": "^3.0.8",
"gulp": "^3.9.1",
"gulp-git": "^1.12.0",
"gulp-github-release-maker": "^1.0.2",
"react-addons-test-utils": "^15.3.2",
"react-test-renderer": "^15.3.2",
"s3": "^4.4.0",
"stylelint": "^7.5.0",
"stylelint-config-standard": "^14.0.0"
},
"babel": {
"presets": [
"react",
"es2015",
"stage-1"
],
"plugins": [
"transform-runtime"
]
},
"eslintConfig": {
"parser": "babel-eslint",
"extends": "airbnb"
},
"stylelint": {
"extends": "stylelint-config-standard",
"rules": {
"string-quotes": "single",
"selector-pseudo-class-no-unknown": null
}
},
"jest": {
"testPathDirs": [
"components",
"test",
"pages"
],
"testRegex": "_spec\\.js$",
"moduleNameMapper": {
"^.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "tests/__mocks__/fileMock.js",
"^.+\\.(css|less|scss)$": "identity-obj-proxy"
}
},
"scripts": {
"eslint": "eslint components core pages test utils main.js run.js webpack.config.js",
"stylelint": "stylelint \"components/**/*.css\" \"pages/**/*.css\"",
"lint": "npm run eslint && npm run stylelint",
"test": "jest",
"test:watch": "npm test -- --watch",
"test:cov": "npm test -- --coverage",
"clean": "node run clean",
"check": "npm run lint && npm run test:cov && npm start",
"build": "node run build",
"build:prod": "node run build -- --release",
"build:debug": "node run build --debug",
"publish": "node run publish",
"publish:debug": "node run publish --debug",
"deploy": "gulp deploy",
"heroku-postbuild": "npm run build:prod",
"start": "node run"
}
}