-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
151 lines (151 loc) · 5.83 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "@drawbotics/drylus",
"version": "0.1.0",
"description": "Drawbotics' Design System Library",
"main": "index.js",
"private": true,
"scripts": {
"watch:react": "cd packages/react-drylus && npm run watch",
"build:react": "cd packages/react-drylus && npm run build",
"test:react": "cd packages/react-drylus && npm run test",
"test:react:watch": "cd packages/react-drylus && npm run test:watch",
"build:vanilla": "cd packages/vanilla-drylus && npm run build",
"watch:vanilla": "cd packages/vanilla-drylus && npm run watch",
"test:extract-emotion": "cd packages/extract-emotion && npm run test",
"build:extract-emotion": "cd packages/extract-emotion && npm run build",
"watch:styleguide": "cd packages/styleguide && npm run start",
"start": "stmux -M -e ERROR -- [ 'npm run watch:react' .. 'npm run watch:styleguide' ]",
"build:styleguide": "cd packages/styleguide && npm run build",
"build:ts-vars": "cd packages/drylus-style-vars && npm run build:ts",
"build:vars": "cd packages/drylus-style-vars && npm run build",
"dev:icons": "cd packages/icons && npm run build:dev",
"dev:vanilla": "cd packages/vanilla-drylus && npm run build:dev",
"dev:vars": "cd packages/drylus-style-vars && npm run build:dev",
"build:icons": "cd packages/icons && npm run build",
"build": "lerna run build --stream",
"watch": "lerna run watch --stream",
"bootstrap": "npm install -g lerna && lerna link convert && lerna exec npm install && npm install",
"update:assets": "mmdc -i assets/graph.mmd -o assets/graph.svg",
"lint": "eslint --ext js,jsx --format node_modules/eslint-formatter-pretty packages/",
"build-libs": "npm run build:vars && npm run build:icons && npm run build:extract-emotion",
"test": "npm run build-libs && lerna run test --stream",
"release": "./release.sh",
"pre-release": "./pre-release.sh",
"typedoc": "cd packages/react-drylus && npm run build:typedoc"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"linters": {
"!(bundle*).{js,jsx}": "eslint --format node_modules/eslint-formatter-pretty --max-warnings=0",
"!(bundle*).{ts,tsx}": "eslint --format node_modules/eslint-formatter-pretty --max-warnings=0 --config .eslintrc.ts.js"
}
},
"author": "nicmosc <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/Drawbotics/drylus"
},
"license": "ISC",
"devDependencies": {
"@auto-it/npm": "^7.8.0",
"@auto-it/omit-commits": "^7.8.0",
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-do-expressions": "^7.2.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@drawbotics/check-env": "^2.0.0",
"@drawbotics/s3sync": "^0.1.1",
"@emotion/core": "^10.0.21",
"@hot-loader/react-dom": "^16.8.6",
"@mdx-js/loader": "^1.6.21",
"@mdx-js/react": "^1.6.21",
"@types/animejs": "^3.1.0",
"@types/lodash": "^4.14.149",
"@types/mapbox-gl": "^1.8.1",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-router-dom": "^5.1.6",
"@types/react-test-renderer": "^16.9.2",
"@types/uuid": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"@typescript-eslint/typescript-estree": "^2.19.0",
"auto": "^7.6.2",
"aws-sdk": "^2.981.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.5",
"babel-plugin-codegen": "^3.0.0",
"babel-plugin-emotion": "^10.0.9",
"babel-plugin-react-docgen": "^3.1.0",
"better-webpack-progress": "^1.1.0",
"chalk": "^2.4.2",
"chokidar-cli": "^2.1.0",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^2.1.1",
"emotion": "^10.0.23",
"eslint": "^6.8.0",
"eslint-formatter-pretty": "^2.1.1",
"eslint-plugin-deprecated-props": "^0.1.1",
"eslint-plugin-jest": "^23.8.1",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^3.0.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"full-icu": "^1.3.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.3.1",
"import-sort-style-module": "^6.0.0",
"intl": "^1.2.5",
"ip": "^1.1.5",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"jest-emotion": "^10.0.17",
"jest-expect-message": "^1.0.2",
"lerna": "^3.13.1",
"lint-staged": "^8.1.5",
"lodash": "^4.17.11",
"memory-fs": "^0.4.1",
"mermaid.cli": "^0.5.1",
"oslllo-svg-fixer": "^1.1.1",
"prettier": "^1.19.1",
"prettier-plugin-import-sort": "0.0.3",
"prism-react-renderer": "^0.1.6",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-docgen": "^4.1.0",
"react-dom": "^16.10.2",
"react-element-to-jsx-string": "^14.0.2",
"react-hot-loader": "^4.12.19",
"react-test-renderer": "^16.10.1",
"rimraf": "^2.6.2",
"stmux": "^1.8.1",
"style-loader": "^0.23.1",
"ts-jest": "^24.3.0",
"ts-loader": "^8.0.11",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typedoc": "^0.18.0",
"typescript": "^3.8.3",
"webfont": "^8.2.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"@drawbotics/drylus-style-vars": "file:packages/drylus-style-vars",
"@drawbotics/extract-emotion": "file:packages/extract-emotion",
"@drawbotics/icons": "file:packages/icons",
"@drawbotics/react-drylus": "file:packages/react-drylus",
"@drawbotics/styleguide": "file:packages/styleguide",
"@drawbotics/vanilla-drylus": "file:packages/vanilla-drylus"
}
}