-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
59 lines (59 loc) · 1.84 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
{
"name": "elmtimes",
"version": "2.0.3",
"description": "ELM Times - Single Page Prayer Times Web App",
"main": "index.js",
"scripts": {
"build": "webpack --mode production --config webpack.prod.config.babel.js",
"watch": "webpack --watch --mode development --config webpack.dev.config.babel.js",
"dev": "webpack-dev-server --mode development --config webpack.dev.config.babel.js",
"test": "NODE_ENV='test' mocha tests --require @babel/register --timeout 10000"
},
"devDependencies": {
"@babel/core": "7.3.4",
"@babel/preset-env": "7.3.4",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.0.0",
"autoprefixer": "9.4.10",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.5",
"babel-plugin-transform-react-jsx": "6.24.1",
"chai": "4.2.0",
"clean-webpack-plugin": "1.0.1",
"css-loader": "2.1.1",
"css-mqpacker": "7.0.0",
"eslint": "5.15.1",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"file-loader": "3.0.1",
"html-webpack-plugin": "3.2.0",
"image-webpack-loader": "4.6.0",
"mini-css-extract-plugin": "0.5.0",
"mocha": "6.0.2",
"node-sass": "4.11.0",
"node-sass-utils": "1.1.2",
"optimize-css-assets-webpack-plugin": "5.0.1",
"postcss-loader": "3.0.0",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"uglifyjs-webpack-plugin": "2.1.2",
"url-loader": "1.1.2",
"webpack": "4.29.6",
"webpack-cli": "3.2.3",
"webpack-dev-server": "3.2.1"
},
"dependencies": {
"axios": "0.18.1",
"cash-dom": "2.3.9",
"linkstate": "1.1.1",
"normalize.css": "8.0.1",
"papaparse": "4.6.3",
"preact": "8.4.2",
"preact-compat": "3.18.4",
"react-ga": "2.5.7",
"sass-mq": "5.0.0",
"underscore": "1.9.1"
}
}