-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.24 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
{
"name": "fortitude",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "[email protected]:fortitude/react.git",
"author": "Aaron Reisman <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.5.4",
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-info": "5.1.9",
"@storybook/addon-knobs": "5.1.9",
"@storybook/addon-links": "^5.1.9",
"@storybook/addons": "^5.1.9",
"@storybook/react": "^5.1.9",
"@types/jest": "24.0.15",
"@types/storybook__addon-knobs": "5.0.2",
"@types/storybook__react": "4.0.2",
"babel-loader": "^8.0.6",
"jest": "24.8.0",
"react-docgen-typescript-loader": "3.1.0",
"stylelint": "10.1.0",
"stylelint-config-recommended": "2.2.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.8.0",
"ts-jest": "24.0.2",
"typescript": "3.5.3"
},
"dependencies": {
"@types/styled-components": "4.1.18",
"polished": "3.4.1",
"styled-components": "4.3.2",
"styled-theming": "2.2.0"
},
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"lint:css": "stylelint './src/**/*.tsx'"
}
}