-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.25 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
{
"name": "if-sf",
"version": "0.2.10",
"description": "speculative fabulation",
"author": "if",
"license": "MIT",
"private": false,
"main": "index.js",
"module": "index.es.js",
"files": [
"/"
],
"scripts": {
"lint": "eslint --fix . && echo 'linted 💯'",
"test": "jest",
"testing": "jest --watchAll",
"stories": "start-storybook -p 6006",
"build-stories": "build-storybook",
"build": "rm -rf build && rollup --config && cp -rf package.json build && cp -rf README.md build"
},
"dependencies": {
"@babel/runtime": "^7.12.18",
"@theme-ui/color": "^0.3.4",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"styled-system": "^5.1.5",
"theme-ui": "^0.6.0-alpha.7"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-transform-runtime": "^7.12.17",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@storybook/addon-actions": "^6.1.6",
"@storybook/addon-essentials": "^6.1.6",
"@storybook/addon-links": "^6.1.6",
"@storybook/react": "^6.1.6",
"@theme-ui/color": "^0.3.4",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.1",
"babel-plugin-module-resolver": "^4.0.0",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"jest": "^26.6.3",
"prettier": "^2.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-test-renderer": "^17.0.1",
"rollup": "^2.39.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-includepaths": "^0.2.4",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"styled-system": "^5.1.5",
"theme-ui": "^0.3.4"
}
}