-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 3.19 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "niche-js",
"version": "0.0.1",
"private": true,
"description": "JS repo for all things niche related",
"workspaces": [
"blocks/*",
"elements/*",
"packages/*"
],
"author": "",
"license": "ISC",
"scripts": {
"storybook": "NODE_TLS_REJECT_UNAUTHORIZED=0 start-storybook --port 58800",
"start": "npm run storybook",
"server": "npm run storybook",
"intl:tx-config": "./scripts/tx-config.js",
"output-static": "NODE_ENV=node BABEL_ENV=node babel-node ./scripts/output-static.js",
"intl": "npm run intl -w @niche/intl",
"build": "npm run build:all",
"build:all": "nx run-many --target=prepare",
"build:nocache": "nx run-many --target=prepare --skip-nx-cache",
"graph": "nx graph"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.3",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@folklore/cli": "^0.0.50",
"@formatjs/cli": "^6.0.4",
"@formatjs/cli-lib": "^6.0.3",
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-url": "^8.0.1",
"@rollup/pluginutils": "^5.0.2",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.16",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"babel-plugin-formatjs": "^10.4.0",
"babel-plugin-static-fs": "^3.0.0",
"commander": "^10.0.0",
"dayjs": "^1.11.7",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-formatjs": "^4.9.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.11",
"express": "^4.18.2",
"glob": "^9.3.0",
"lerna": "^6.5.1",
"lodash": "^4.17.21",
"nx": "^15.8.7",
"pkg-up": "^4.0.0",
"postcss": "^8.4.21",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^8.0.1",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.3.1",
"react-router": "^6.9.0",
"react-router-dom": "^6.9.0",
"rollup": "^3.19.1",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.59.3",
"slugify": "^1.6.5",
"stylelint": "^15.3.0",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-standard": "^31.0.0",
"stylelint-config-standard-scss": "^7.0.1"
},
"dependencies": {
"cssnano": "^5.1.15"
}
}