-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
61 lines (61 loc) · 1.71 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
53
54
55
56
57
58
59
60
61
{
"name": "monadic_react",
"version": "1.1.12",
"description": "A monadic library for easily composing React-based libraries.",
"main": "dist/monadic_react.js",
"typings": "dist/monadic_react.d.ts",
"typescript": {
"definition": "dist/monadic_react.d.ts"
},
"scripts": {
"pub": "cd src && ../node_modules/.bin/tsc && cd .. && npm publish",
"be": "cd samples && ../node_modules/.bin/nodemon app.js",
"fe": "./node_modules/.bin/webpack -w",
"css": "./node_modules/.bin/gulp"
},
"dependencies": {
"draft-js": "~0.10.0",
"i18next": "7.1.3",
"immutable": "3.8.1",
"jquery-ujs": "1.2.1",
"katex": "^0.8.1",
"moment": "2.18.1",
"slugify": "1.1.0",
"whatwg-fetch": "2.0.2"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"@types/draft-js": "^0.10.10",
"@types/i18next": "2.3.35",
"@types/katex": "^0.5.0",
"@types/react": "^16.0.18",
"@types/react-dom": "^16.0.2",
"awesome-typescript-loader": "3.1.2",
"babel-core": "6.22.1",
"babel-loader": "6.2.10",
"babel-plugin-transform-runtime": "6.22.0",
"babel-polyfill": "6.22.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-react": "6.22.0",
"babel-preset-stage-0": "6.22.0",
"babelify": "7.3.0",
"browserify": "14.0.0",
"del": "2.2.0",
"express": "4.15.3",
"gulp": "3.9.1",
"gulp-autoprefixer": "4.0.0",
"gulp-clean-css": "3.2.0",
"gulp-merge-media-queries": "0.2.1",
"gulp-rename": "1.2.2",
"gulp-sass": "3.1.0",
"nodemon": "1.11.0",
"source-map-loader": "0.1.6",
"typescript": "^2.4.2",
"webpack": "2.3.2"
},
"author": "Giuseppe Maggiore",
"license": "MIT"
}