forked from Perseus/mathquill
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 861 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 861 Bytes
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
{
"name": "@quizizz/mathquill",
"version": "1.0.0",
"description": "Rollup wrapper for MathQuill",
"main": "dist/bundle.js",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rollup -c"
},
"files": [
"dist/**",
"src/**",
""
],
"repository": {
"type": "git",
"url": "git+https://github.com/quizizz/mathquill.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"jquery": "^3.6.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@rollup/plugin-node-resolve": "^13.0.0",
"babel": "^6.23.0",
"rollup": "^2.52.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-uglify": "^6.0.4"
},
"types": "src/index.d.ts"
}