-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.53 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
{
"name": "@ridi/web-ui",
"version": "0.8.1",
"description": "RIDI Web UI",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ridi/design-system.git"
},
"publishConfig": {
"access": "public"
},
"module": "dist/web-ui.js",
"types": "dist/web-ui.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "git clean -xdf --exclude=node_modules .",
"build": "rm -rf ./dist && rollup -c",
"lint": "tslint src/**/*.{ts,tsx} -c ./tslint.json --fix",
"svgo-icons": "svgo --config=.svgo-icons.yml --multipass",
"svgo-images": "svgo --config=.svgo-images.yml --multipass",
"precommit": "lint-staged"
},
"dependencies": {
"@emotion/core": "^10.0.10",
"classnames": "^2.2.6",
"node-vibrant": "^3.1.4",
"polished": "^3.4.1",
"react": "^16.8.6"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-react": "^7.8.3",
"@ridi/colors": "^0.7.1",
"@ridi/tslint-config": "^0.1.0",
"@ridi/web-icons": "^0.7.1",
"@rollup/plugin-json": "^4.0.1",
"@rollup/plugin-node-resolve": "^7.0.0",
"@svgr/rollup": "^5.1.0",
"@types/classnames": "^2.2.8",
"@types/react": "^16.8.22",
"@wessberg/rollup-plugin-ts": "^1.2.14",
"babel-plugin-emotion": "^10.0.13",
"babel-plugin-module-resolver": "^4.0.0",
"lint-staged": "^8.2.1",
"prettier": "^1.18.2",
"rollup": "^1.30.1",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.5.2"
}
}