This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
136 lines (136 loc) · 4.25 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "@fluid-notion/fluid-outliner",
"version": "0.0.1",
"description": "Open source web based outliner",
"author": "Lorefnon <lorefnon@gmail.com>",
"license": "GPL-3.0",
"private": false,
"publishConfig": {
"access": "public"
},
"files": [
"pwa-shell/dist",
"server/dist"
],
"bin": {
"fluid-outliner": "./dist-tsc/server/index.js"
},
"scripts": {
"start": "node server/dist/index.js",
"test": "jest",
"build": "node scripts/build.js",
"prettier": "prettier --write ./**/*.{ts,tsx}",
"tslint": "tslint -p .",
"prepublish": "node scripts/pre-publish.js",
"clean": "rimraf ./*/dist*",
"burmthemall": "yarn run clean && rimraf node_modules && rimraf ./*/node_modules && rimraf ./*/*/node_modules",
"deploy": "yarn run clean && yarn run build && node ./scripts/deploy"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.54",
"@babel/plugin-syntax-decorators": "^7.0.0-beta.54",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.54",
"@babel/plugin-syntax-jsx": "^7.0.0-beta.54",
"@babel/plugin-syntax-typescript": "^7.0.0-beta.54",
"@babel/preset-env": "^7.0.0-beta.54",
"@material-ui/core": "^1.2.1",
"@material-ui/icons": "^1.1.0",
"@types/copy-webpack-plugin": "^4.4.1",
"@types/debug": "^0.0.30",
"@types/expect-puppeteer": "^2.2.2",
"@types/express": "^4.16.0",
"@types/file-saver": "^1.3.0",
"@types/html-webpack-plugin": "^2.30.3",
"@types/jest": "^23.0.2",
"@types/lodash": "^4.14.109",
"@types/puppeteer": "^1.3.3",
"@types/ramda": "^0.25.33",
"@types/react": "^16.3.18",
"@types/react-custom-scrollbars": "^4.0.4",
"@types/react-dom": "^16.0.6",
"@types/react-motion": "^0.0.26",
"@types/react-truncate": "^2.3.2",
"@types/showdown": "^1.7.4",
"@types/simplemde": "^1.11.7",
"@types/striptags": "^3.1.1",
"@types/uuid": "^3.4.3",
"@types/webpack-bundle-analyzer": "^2.9.2",
"@types/webpack-merge": "^4.1.3",
"babel-loader": "^8.0.0-beta",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"dnd-core": "^4.0.5",
"fancy-log": "^1.3.2",
"favicons-webpack-plugin": "^0.0.9",
"file-loader": "^1.1.11",
"file-saver": "^1.3.8",
"font-awesome": "^4.7.0",
"fuzzysearch": "^1.0.3",
"gh-pages": "^1.2.0",
"html-webpack-plugin": "^3.2.0",
"in-publish": "^2.0.0",
"jest": "^23.1.0",
"jest-environment-node": "^22.0.0",
"jest-puppeteer": "^3.0.1",
"keycode": "^2.2.0",
"localforage": "^1.7.1",
"mobx": "^5.0.3",
"mobx-react": "^5.2.3",
"mobx-state-tree": "^2.2.0",
"offline-plugin": "^5.0.5",
"outdated-browser-rework": "^2.5.1",
"prettier": "^1.13.5",
"prop-types": "^15.0.0",
"puppeteer": "^1.5.0",
"ramda": "^0.25.0",
"react": "^16.4.0",
"react-async-component": "^2.0.0",
"react-big-calendar": "^0.19.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.4.0",
"react-fa": "^5.0.0",
"react-hammerjs": "^1.0.1",
"react-highlight-words": "^0.11.0",
"react-hot-loader": "^4.3.3",
"react-motion": "^0.5.2",
"react-octicon": "^3.0.1",
"react-overlays": "^0.8.3",
"react-quill": "^1.2.7",
"react-smooth-dnd": "^0.4.9",
"react-tiny-virtual-list": "^2.1.4",
"react-truncate": "^2.3.0",
"recompose": "^0.27.1",
"rimraf": "^2.6.2",
"showdown": "^1.8.6",
"simplemde": "^1.11.2",
"striptags": "^3.1.1",
"style-loader": "^0.21.0",
"ts-loader": "^4.4.1",
"ts-node": "^6.1.1",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"typeface-roboto": "^0.0.54",
"typescript": "^2.9.2",
"url-loader": "^1.0.1",
"uuid": "^3.2.1",
"webpack": "^4.12.0",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.0.4",
"webpack-dashboard": "^2.0.0",
"webpack-dev-server": "^3.1.4",
"webpack-hot-middleware": "^2.22.3",
"webpack-merge": "^4.1.3",
"webpack-pwa-manifest": "^3.6.3"
},
"dependencies": {
"@babel/preset-react": "^7.0.0-beta.54",
"@types/react-overlays": "^0.8.4",
"@types/react-responsive": "^3.0.1",
"core-decorators": "^0.20.0",
"debug": "^3.1.0",
"express": "^4.16.3",
"http-server": "^0.11.1",
"lodash": "^4.17.10",
"react-responsive": "^4.1.0"
}
}