-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.45 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
{
"name": "ckanext-spc",
"version": "1.0.0",
"description": "============= ckanext-spc =============",
"scripts": {
"watch": "gulp",
"build": "gulp build ",
"dev": "DEBUG=1 gulp watch",
"build-widgets": "webpack && cp dist/widgets.js ckanext/spc/fanstatic/scripts/ && cp dist/widgets.css ckanext/spc/fanstatic/styles/",
"dev-widgets": "NODE_ENV=development webpack-dev-server"
},
"repository": {
"type": "git",
"url": "[email protected]:clients/ckanext-spc.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"es6-promise": "^4.2.8",
"gulp": "^4.0.0",
"perfect-scrollbar": "^1.5.0",
"whatwg-fetch": "^3.4.0"
},
"dependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/runtime": "^7.11.2",
"babel-loader": "^8.1.0",
"core-js": "^3.6.5",
"css-loader": "^4.2.1",
"exports-loader": "^1.1.0",
"gulp-if": "^3.0.0",
"gulp-less": "^4.0.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-touch-cmd": "0.0.1",
"html-webpack-plugin": "^4.3.0",
"imports-loader": "^1.1.0",
"isomorphic-fetch": "^2.2.1",
"less-loader": "^6.2.0",
"mini-css-extract-plugin": "^0.10.0",
"style-loader": "^1.2.1",
"svelte": "^3.24.1",
"svelte-loader": "^2.13.6",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}