This repository was archived by the owner on Apr 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 4.03 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 4.03 KB
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
{
"name": "monod",
"version": "4.0.0",
"private": true,
"repository": "https://github.com/TailorDev/monod",
"author": "TailorDev SAS",
"license": "MIT",
"description": "TailorDev Cool, Secure, and Offline-First Markdown Editor.",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production webpack",
"stats": "npm run build -- --profile --json > stats.json",
"dev": "node server.js",
"lint": "eslint app/ --ext .js --ext .jsx",
"lint:fix": "npm run lint -- --fix",
"test": "NODE_ENV=test MONOD_DATA_DIR=app/__tests__/fixtures/ mocha",
"test:watch": "npm run test -- --watch --reporter min",
"test:ci": "npm run test -- --reporter mocha-circleci-reporter",
"postinstall": "npm run build",
"start": "NODE_ENV=production node server.js",
"cov": "nyc --extension .jsx npm run test",
"e2e": "nightwatch --config test/nightwatch.js",
"e2e:ci": "npm run e2e -- --output $CIRCLE_TEST_REPORTS --env ie,latest_edge,chrome,latest_chrome,safari"
},
"devDependencies": {
"@tanepiper/webpack-robotstxt": "^0.2.0",
"autoprefixer": "^7.1.2",
"babel-core": "^6.0.20",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.1",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-polyfill": "^6.16.0",
"babel-preset-airbnb": "^2.1.1",
"babel-register": "^6.16.0",
"bibtex-parse-js": "0.0.24",
"chai": "^4.1.1",
"chai-as-promised": "^7.1.0",
"clean-webpack-plugin": "^0.1.15",
"clipboard": "^1.5.12",
"codemirror": "^5.12.0",
"css-loader": "^0.28.0",
"deepmerge": "^1.0.2",
"emojione": "^2.1.2",
"enzyme": "^3.0.0",
"eslint": "^3.13.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"extract-text-webpack-plugin": "^1.0.1",
"faux-jax": "^5.0.6",
"file-loader": "^0.10.0",
"file-saver": "^1.3.2",
"font-awesome": "^4.5.0",
"foundation-sites": "^6.2.0",
"gray-matter": "^2.1.0",
"highlight.js": "^9.8.0",
"html-webpack-plugin": "2.30.1",
"immutable": "^3.7.6",
"jsdom": "^11.2.0",
"json-loader": "^0.5.4",
"katex": "^0.8.2",
"localforage": "^1.4.0",
"lodash.isequal": "^4.5.0",
"markdown-it": "^8.0.1",
"markdown-it-abbr": "^1.0.3",
"markdown-it-classy": "github:mrvautin/markdown-it-classy#e4849bf",
"markdown-it-container": "^2.0.0",
"markdown-it-fontawesome": "^0.2.0",
"markdown-it-ins": "^2.0.0",
"markdown-it-katex": "^2.0.1",
"markdown-it-mark": "^2.0.0",
"markdown-it-modify-token": "^1.0.2",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^1.4.1",
"markdown-it-testgen": "^0.1.4",
"mocha": "^3.1.0",
"mocha-circleci-reporter": "0.0.2",
"nightwatch": "^0.9.8",
"node-sass": "^4.5.3",
"nyc": "^11.1.0",
"offline-plugin": "github:willdurand/offline-plugin#monod",
"postcss-loader": "^1.0.0",
"prop-types": "^15.5.10",
"raven-js": "^3.9.0",
"react": "^15.6.1",
"react-addons-test-utils": "^15.6.0",
"react-dom": "^15.6.1",
"react-hot-loader": "^3.0.0-beta.6",
"react-loader": "^2.1.0",
"react-modal": "^1.6.5",
"react-redux": "^5.0.2",
"react-test-renderer": "^15.6.1",
"redux": "^3.5.2",
"redux-debounced": "^0.4.0",
"redux-logger": "^2.6.1",
"redux-mock-store": "^1.1.2",
"redux-thunk": "^2.1.2",
"reveal.js": "^3.3.0",
"sass-loader": "^4.1.1",
"sinon": "^4.0.0",
"sjcl": "1.0.7",
"style-loader": "^0.16.0",
"superagent": "^3.3.2",
"supertest": "^3.0.0",
"unlazy-loader": "^0.1.2",
"uuid": "^3.0.1",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"body-parser": "^1.17.2",
"compression": "^1.7.0",
"express": "^4.15.3"
},
"engines": {
"node": "^8.0"
},
"nyc": {
"exclude": [
"node_modules",
"**/*-test.js",
"**/__tests__/*.js",
"lib"
]
}
}