-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
56 lines (56 loc) · 1.7 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
{
"name": "sgds-govtech-react",
"version": "0.1.9",
"files": [
"dist"
],
"main": "dist/index.js",
"scripts": {
"prepublishOnly": "rm -rf ./dist && NODE_ENV=production babel src/components --out-dir ./dist --source-maps",
"build": "react-scripts build",
"build:lib": "rm -rf ./dist && NODE_ENV=production babel src/components --out-dir ./dist --source-maps",
"build:storybook": "build-storybook -s public",
"build:watch": "rm -rf ./dist && NODE_ENV=production babel src/components --watch --out-dir ./dist --source-maps",
"eject": "react-scripts eject",
"start": "react-scripts start",
"storybook": "start-storybook -p 6006",
"test": "react-scripts test"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@storybook/addon-a11y": "^5.1.11",
"@storybook/addon-actions": "^5.1.11",
"@storybook/addon-links": "^5.1.11",
"@storybook/addon-notes": "^5.1.11",
"@storybook/addon-storysource": "^5.1.11",
"@storybook/addons": "^5.1.11",
"@storybook/react": "^5.1.11",
"babel-loader": "^8.0.5",
"node-sass": "^4.12.0",
"prettier": "^1.18.2",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-scripts": "3.1.1",
"react-syntax-highlighter": "^11.0.2",
"sgds-govtech": "^1.3.2",
"storybook-addon-markdown": "github:mihalik/storybook-addon-markdown",
"styled-components": "^4.3.2"
}
}