-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.03 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
{
"name": "app",
"version": "1.0.0",
"description": "",
"main": "index.html",
"dependencies": {
"axios": "^0.16.2",
"bootstrap": "4.4.1",
"cash-dom": "6.0.1",
"fastclick": "^1.0.6",
"feather-icons": "^4.4.0",
"google-maps-react": "2.0.2",
"linkstate": "^1.1.0",
"normalize.css": "^7.0.0",
"preact": "^8.2.4",
"preact-compat": "3.19.0"
},
"devDependencies": {
"@epegzz/sass-vars-loader": "^2.0.2",
"autoprefixer": "^7.1.2",
"babel-core": "^6.26.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-react-jsx": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.22.0",
"chai": "^4.1.1",
"clean-webpack-plugin": "^0.1.15",
"css-loader": "^0.28.5",
"csv-loader": "^2.0.2",
"del": "^3.0.0",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"gulp": "^3.9.1",
"gulp-load-plugins": "^1.5.0",
"gulp-zip": "^4.1.0",
"html-webpack-plugin": "^2.26.0",
"image-webpack-loader": "^3.1.0",
"json-loader": "^0.5.4",
"mocha": "^3.2.0",
"node-sass": "4.12.0",
"postcss-loader": "^2.0.6",
"run-sequence": "^2.2.1",
"sass-loader": "^6.0.6",
"sass-mq": "^3.3.2",
"script-ext-html-webpack-plugin": "^1.7.1",
"style-loader": "^0.18.2",
"url-loader": "^0.5.7",
"webpack": "^3.5.5",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.7.1"
},
"scripts": {
"test": "NODE_ENV='test' mocha tests --compilers js:babel-core/register --timeout 10000",
"build": "NODE_ENV='production' webpack -p",
"watch": "webpack --watch",
"dev": "NODE_ENV='development' webpack-dev-server --content-base ./ --inline"
},
"author": "umarsheikh13 <hello@umarsheikh.co.uk> (http://umarsheikh.co.uk)",
"license": "MIT"
}