This repository has been archived by the owner on Jan 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.47 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
{
"name": "organizello",
"version": "2.1.0",
"description": "",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-regular-svg-icons": "^5.5.0",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@fortawesome/react-fontawesome": "^0.1.3",
"DatePicker": "https://github.com/artemershov/DatePicker.git",
"bootstrap": "^4.1.3",
"date-fns": "^2.0.0-alpha.25",
"lodash": "^4.17.11",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-redux": "^6.0.0",
"reactstrap": "^6.5.0",
"redux": "^4.0.1",
"styled-components": "^4.1.2"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"cssnano": "^4.1.5",
"eslint": "^5.9.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-react": "^7.11.1",
"parcel-bundler": "^1.10.3",
"prettier": "^1.15.2"
},
"scripts": {
"start": "npx parcel dev/index.html --open",
"build": "rm -rf build && npx parcel build dev/index.html -d build --no-source-maps",
"clean": "rm -rf .cache build dist node_modules yarn* package-lock.json",
"eslint": "npx eslint dev",
"eslint-fix": "npx eslint dev --fix",
"prettier": "npx prettier --write dev/{,**}/*"
},
"author": "Artem Ershov",
"license": "ISC"
}