-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·60 lines (60 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·60 lines (60 loc) · 1.9 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
{
"name": "@demo1/widget",
"version": "0.0.8",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"extract-messages": "extract-messages -l=en,es -o src/translations -d en 'src/**/*.js[x]'",
"translations:extract": "NODE_ENV=production babel src/**/*.js[x] > /dev/null",
"translations:manage": "node ./manage-translations.js",
"translations": "npm run translations:extract && npm run translations:manage",
"dev": "webpack --mode development --watch"
},
"author": "",
"license": "ISC",
"peerDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"dependencies": {
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.5.0",
"axios": "^0.19.2",
"core-js": "^3.6.5",
"date-fns": "^2.12.0",
"font-awesome": "^4.7.0",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"react-collapsible": "^2.8.4",
"react-hook-form": "^4.10.2",
"react-intl": "^4.5.3",
"react-select": "^5.1.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@emotion/babel-preset-css-prop": "^10.0.27",
"@formatjs/cli": "^1.6.11",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.1.0",
"babel-plugin-emotion": "^10.0.33",
"babel-plugin-react-docgen": "^4.1.0",
"babel-plugin-react-intl": "^6.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-react": "^7.19.0",
"peer-deps-externals-webpack-plugin": "^1.0.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-intl-translations-manager": "^5.0.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}