forked from adnodev/adno
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.76 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
{
"name": "adno-react",
"version": "1.0.0",
"homepage": "https://dhbern.github.io/adno/",
"description": "",
"scripts": {
"start": "yarn install && yarn clean && parcel public/index.html",
"build-full": "sh -c 'NODE_ENV=ADNOFULL parcel build public/index.html --dist-dir adno-full --public-url ${PUBLIC_URL:-/}'",
"build-light": "sh -c 'NODE_ENV=ADNOLIGHT parcel build public/index.html --dist-dir adno-light --public-url ${PUBLIC_URL:-/}'",
"build": "yarn install && yarn clean && yarn build-full && yarn build-light",
"clean": "rimraf .parcel-cache && rimraf dist && rimraf adno-full && rimraf adno-light",
"clean-modules": "rm -r node_modules"
},
"keywords": [],
"author": "",
"license": "MIT License",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.1.2",
"@fortawesome/free-solid-svg-icons": "6.1.2",
"@fortawesome/react-fontawesome": "0.2.0",
"@toast-ui/editor": "3.2.1",
"@toast-ui/react-editor": "3.2.1",
"autoprefixer": "10.4.13",
"daisyui": "2.42.1",
"editorjs-html": "3.4.2",
"editorjs-paragraph-with-alignment": "3.0.0",
"history": "5.3.0",
"i18next": "22.4.14",
"popper.js": "1.15.0",
"postcss": "8.4.19",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-html-parser": "2.0.2",
"react-i18next": "12.2.0",
"react-loader-spinner": "^5.4.5",
"react-markdown": "8.0.5",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-tag-input-component": "2.0.2",
"sweetalert2": "11.4.29",
"tailwindcss": "3.2.4",
"turndown": "7.1.1",
"wikidata-sdk": "8.1.0"
},
"devDependencies": {
"buffer": "5.5.0",
"events": "3.3.0",
"parcel": "2.8.2",
"path-browserify": "1.0.0",
"process": "0.11.10",
"rimraf": "5.0.0"
}
}