-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 2.05 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
{
"name": "skohub-editor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --mode development",
"serve": "cross-env NODE_ENV=production npm run build && http-server dist",
"build": "cross-env NODE_ENV=production webpack --mode production",
"test": "eslint src/"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/preset-env": "^7.1.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-loader": "^8.0.4",
"babel-runtime": "^6.26.0",
"cleave.js": "^1.4.4",
"css-loader": "^3.1.0",
"cssnano": "^4.1.7",
"deepmerge": "^4.0.0",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-standard": "^4.0.1",
"html-webpack-plugin": "^3.2.0",
"json-pointer": "^0.6.0",
"lodash": "^4.17.21",
"markdown-to-jsx": "^6.11.4",
"mini-css-extract-plugin": "^0.8.0",
"moment": "^2.22.2",
"normalize.css": "^8.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss": "^7.0.5",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.4.0",
"postcss-safe-parser": "^4.0.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-highlight": "^0.12.0",
"react-select": "^1.3.0",
"react-simplemde-editor": "^4.1.0",
"serialize-javascript": "^3.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"ajv": "^6.12.0",
"cross-env": "^7.0.2",
"dot-prop": "^5.1.1",
"flexsearch": "^0.6.30",
"http-server": "^0.12.3",
"json-schema-ref-parser": "^9.0.6",
"kind-of": ">=6.0.3",
"minimist": "^1.2.3",
"serialize-javascript": "^3.1.0"
}
}