-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 1.75 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": "scuole",
"private": true,
"scripts": {
"build": "NODE_ENV=production node ./tasks/build.js"
},
"dependencies": {
"@babel/runtime": "^7.4.2",
"@turf/bbox": "^6.0.1",
"d3-array": "^1.2.0",
"d3-scale": "^1.0.6",
"d3-shape": "^1.2.0",
"desandro-classie": "^1.0.1",
"lodash.debounce": "^4.0.8",
"lodash.find": "^4.6.0",
"lodash.foreach": "^4.5.0",
"lodash.map": "^4.6.0",
"preact": "^8.4.2",
"reqwest": "^2.0.5",
"scrollmonitor": "^1.2.4"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"ansi-colors": "^3.2.4",
"assets-webpack-plugin": "^3.9.10",
"autoprefixer": "^9.5.0",
"babel-loader": "^8.0.5",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"clean-css": "^4.2.1",
"fast-glob": "^3.2.7",
"fs-extra": "^7.0.1",
"imagemin": "^7.0.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0",
"postcss": "^7.0.36",
"postcss-flexbugs-fixes": "^4.1.0",
"prettier": "^1.16.4",
"sass": "^1.18.0",
"sass-mq": "^5.0.0",
"terser-webpack-plugin": "^1.4.5",
"webpack": "^4.44.2",
"webpack-format-messages": "^2.0.5"
},
"prettier": {
"arrowParens": "avoid",
"bracketSpacing": true,
"printWidth": 80,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead"
]
}