-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 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
{
"name": "professioni_istat",
"version": "3.8.0",
"description": "",
"main": "professioni.js",
"repository": {
"type": "git",
"url": "git+https://github.com/DigitalCommonsLab/professioni_istat.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DigitalCommonsLab/professioni_istat/issues"
},
"homepage": "https://github.com/DigitalCommonsLab/professioni_istat#readme",
"dependencies": {
"bootstrap": "^4.1.1",
"bootstrap-list-filter": "^0.3.3",
"bootstrap-table": "^1.12.1",
"d3": "^3.4.11",
"handlebars": "^4.0.11",
"he": "^1.1.1",
"jquery": "3.3.1",
"popper.js": "^1.14.3",
"underscore": "1.8.3",
"underscore.string": "3.3.4"
},
"scripts": {
"build": "browserify src/main.js -o professioni.js",
"cpcedus": "cp professioni.js ../cedus/cedus-engine/src/main/resources/public/cedus4school/",
"start": "watchify -p browserify-livereload src/main.js -o professioni.js"
},
"devDependencies": {
"browserify": "^16.2.2",
"browserify-css": "^0.14.0",
"browserify-livereload": "^1.0.10",
"watchify": "^3.11.0"
},
"browserify-css": {
"autoInject": true,
"autoInjectOptions": {
"insertAt": "top"
},
"minify": true,
"rootDir": "."
},
"browserify": {
"transform": [
"browserify-css"
]
}
}