forked from letranloc/math-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "math-input-fork",
"version": "0.0.1",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "mocha test/test_*.js --compilers js:babel-register",
"watch_test": "mocha test/test_spec.js --watch --compilers js:babel-register",
"watch": "webpack --config webpack.config.dev.js --watch"
},
"author": "",
"license": "MIT",
"dependencies": {
"aphrodite": "^0.2.0",
"jquery": "^1.12.2",
"performance-now": "^0.2.0",
"react-redux": "^4.4.5",
"redux": "^3.5.0"
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.7.2",
"exports-loader": "^0.6.3",
"jquery": "^2.2.3",
"jsdom": "^8.4.0",
"mocha": "^2.4.5",
"mocha-jsdom": "^1.1.0",
"react": "15.0.1",
"react-addons-create-fragment": "15.0.1",
"react-addons-css-transition-group": "15.0.1",
"react-addons-pure-render-mixin": "15.0.1",
"react-dom": "15.0.1",
"webpack": "^1.13.0"
}
}