-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·49 lines (49 loc) · 1.37 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
{
"name": "h5p-advanced-blanks",
"version": "1.1.0",
"description": "Fill the blanks exercise with individual feedback",
"private": true,
"scripts": {
"test": "npx ava",
"build": "cross-env NODE_ENV='development' webpack --mode=development && cp node_modules/ractive/ractive.min.js ./dist",
"build:prod": "cross-env NODE_ENV='production' webpack --mode=production && cp node_modules/ractive/ractive.min.js ./dist",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sr258/h5p-advanced-blanks.git"
},
"keywords": [
"h5p",
"library"
],
"author": "Joubel",
"license": "MIT",
"devDependencies": {
"@types/diff": "^5.0.0",
"@types/jquery": "^3.5.5",
"@types/ractive": "^0.7.27",
"autoprefixer": "^9.6.1",
"ava": "^3.15.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-latest": "^6.24.1",
"cross-env": "^7.0.3",
"css-loader": "^3.2.0",
"diff": "^5.0.0",
"html-loader": "^0.5.5",
"postcss": "^7.0.36",
"postcss-loader": "^3.0.0",
"style-loader": "^1.0.0",
"ts-lint": "^4.5.1",
"ts-loader": "^6.0.4",
"typescript": "^3.6.2",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8"
},
"dependencies": {
"ractive": "^0.8.14"
}
}