@khanacademy/math-input 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +25 -20
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.4.
|
|
6
|
+
"version": "0.4.1",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "build/math-input.js",
|
|
9
9
|
"files": [
|
|
@@ -16,30 +16,15 @@
|
|
|
16
16
|
"watch": "webpack --config webpack.config.externals.js --watch",
|
|
17
17
|
"start": "webpack-dev-server --open",
|
|
18
18
|
"format": "prettier --write \"src/**\" \"test/**\" \"lib/**\"",
|
|
19
|
-
"
|
|
19
|
+
"prepare": "install-peers",
|
|
20
|
+
"prepublishOnly": "yarn build",
|
|
20
21
|
"storybook": "start-storybook -p 6006",
|
|
21
22
|
"build-storybook": "build-storybook"
|
|
22
23
|
},
|
|
23
24
|
"author": "",
|
|
24
25
|
"license": "MIT",
|
|
25
26
|
"dependencies": {
|
|
26
|
-
"
|
|
27
|
-
"@khanacademy/wonder-blocks-color": "^1.1.19",
|
|
28
|
-
"@khanacademy/wonder-blocks-core": "^3.2.0",
|
|
29
|
-
"aphrodite": "^1.1.0",
|
|
30
|
-
"flow-enums-runtime": "^0.0.6",
|
|
31
|
-
"jquery": "2.1.1",
|
|
32
|
-
"katex": "0.11.1",
|
|
33
|
-
"mathquill": "git+https://git@github.com/Khan/mathquill.git#a9ae54e057c5c1acc8244a5627acbff29901d992",
|
|
34
|
-
"performance-now": "^0.2.0",
|
|
35
|
-
"prop-types": "15.6.1",
|
|
36
|
-
"react": "16.14.0",
|
|
37
|
-
"react-dom": "16.14.0",
|
|
38
|
-
"react-redux": "7.2.6",
|
|
39
|
-
"react-router": "5.2.1",
|
|
40
|
-
"react-router-dom": "5.3.0",
|
|
41
|
-
"react-transition-group": "^4.4.1",
|
|
42
|
-
"redux": "^4.0.0"
|
|
27
|
+
"performance-now": "^0.2.0"
|
|
43
28
|
},
|
|
44
29
|
"devDependencies": {
|
|
45
30
|
"@babel/cli": "^7.0.0",
|
|
@@ -51,7 +36,6 @@
|
|
|
51
36
|
"@babel/preset-flow": "^7.8.3",
|
|
52
37
|
"@babel/preset-react": "^7.0.0",
|
|
53
38
|
"@babel/register": "^7.0.0",
|
|
54
|
-
"@khanacademy/eslint-config": "0.0.5",
|
|
55
39
|
"@storybook/addon-actions": "^5.3.14",
|
|
56
40
|
"@storybook/addon-backgrounds": "^5.3.14",
|
|
57
41
|
"@storybook/addon-knobs": "^5.3.14",
|
|
@@ -68,7 +52,9 @@
|
|
|
68
52
|
"exports-loader": "^0.6.3",
|
|
69
53
|
"file-loader": "^4.0.0",
|
|
70
54
|
"flow-bin": "^0.166.0",
|
|
55
|
+
"flow-enums-runtime": "^0.0.6",
|
|
71
56
|
"html-webpack-plugin": "^3.2.0",
|
|
57
|
+
"install-peers-cli": "^2.2.0",
|
|
72
58
|
"jest": "24",
|
|
73
59
|
"jest-enzyme": "^7.1.2",
|
|
74
60
|
"jsdom": "^8.4.0",
|
|
@@ -78,9 +64,28 @@
|
|
|
78
64
|
"less-plugin-clean-css": "^1.5.1",
|
|
79
65
|
"mini-css-extract-plugin": "^0.9.0",
|
|
80
66
|
"prettier": "^1.19.1",
|
|
67
|
+
"react": "^16.8.0",
|
|
68
|
+
"react-dom": "^16.8.0",
|
|
81
69
|
"terser-webpack-plugin": "^4.2.3",
|
|
82
70
|
"webpack": "^4.32.2",
|
|
83
71
|
"webpack-cli": "^3.3.2",
|
|
84
72
|
"webpack-dev-server": "^3.4.1"
|
|
73
|
+
},
|
|
74
|
+
"peerDependencies": {
|
|
75
|
+
"@khanacademy/wonder-blocks-clickable": "^2.2.0",
|
|
76
|
+
"@khanacademy/wonder-blocks-color": "^1.1.19",
|
|
77
|
+
"@khanacademy/wonder-blocks-core": "^3.2.0",
|
|
78
|
+
"aphrodite": "^1.1.0",
|
|
79
|
+
"jquery": "^2.1.1",
|
|
80
|
+
"katex": "^0.11.1",
|
|
81
|
+
"mathquill": "git+https://git@github.com/Khan/mathquill.git#a9ae54e057c5c1acc8244a5627acbff29901d992",
|
|
82
|
+
"prop-types": "15.6.1",
|
|
83
|
+
"react": "^16.8.0",
|
|
84
|
+
"react-dom": "^16.8.0",
|
|
85
|
+
"react-redux": "^7.2.6",
|
|
86
|
+
"react-router": "^5.2.1",
|
|
87
|
+
"react-router-dom": "^5.3.0",
|
|
88
|
+
"react-transition-group": "^4.4.1",
|
|
89
|
+
"redux": "^4.0.0"
|
|
85
90
|
}
|
|
86
91
|
}
|