-
Notifications
You must be signed in to change notification settings - Fork 107
/
package.json
33 lines (33 loc) · 995 Bytes
/
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
{
"name": "pycontw2016",
"version": "1.0.0",
"repository": "https://github.com/pycontw/pycontw2016",
"author": "PyCon Taiwan <[email protected]>",
"private": true,
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-function-sent": "^7.23.2",
"@babel/plugin-proposal-throw-expressions": "^7.23.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-class-properties": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"autoprefixer": "^10.4.19",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"node-sass": "^9.0.0",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0"
},
"dependencies": {
"blueimp-gallery": "^2.44.0",
"breakpoint-sass": "^2.7.1",
"jquery": "^3.5.0",
"leaflet": "^1.3.1",
"leaflet-easybutton": "^2.3.0",
"lodash": "^4.17.21",
"normalize-scss": "^7.0.1",
"stimulus": "^1.0.1",
"wrappy": "^1.0.2"
}
}