-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.28 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
{
"name": "akko_bot_embed_builder",
"author": "Kotz",
"license": "MIT",
"version": "1.1.2",
"private": true,
"homepage": "https://akko-bot.github.io/Embed-Visualizer/",
"devDependencies": {
"eslint": "^8.14.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"gh-pages": "^3.2.3",
"react-scripts": "0.8.5",
"rimraf": "^2.5.4"
},
"dependencies": {
"ajv": "^4.11.2",
"codemirror": "^5.23.0",
"highlight.js": "^9.9.0",
"js-yaml": "^4.1.0",
"lodash.debounce": "^4.0.8",
"moment": "^2.17.1",
"react": "^15.6.2",
"react-addons-css-transition-group": "^15.4.2",
"react-color": "^2.13.8",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^15.4.2",
"react-onclickoutside": "^6.7.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"simple-markdown": "^0.2.1",
"twemoji": "^2.2.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"postbuild": "rimraf build/**/*.map asset build/asset-manifest.json",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build&&gh-pages -d build"
}
}