-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.59 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
{
"name": "@elisechant/auds",
"version": "1.0.3",
"repository": {
"type": "git",
"url": "https://github.com/elisechant/auds.git"
},
"homepage": "https://auds.surge.sh",
"bugs": {
"url": "https://github.com/elisechant/auds/issues"
},
"publishConfig": {
"access": "public"
},
"description": "A simpler, vanilla AuDS (Australian Government Design System)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production webpack",
"start": "NODE_ENV=development webpack serve --open",
"serve": "npx http-server dist",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"feature": "changeset",
"version-packages": "changeset version",
"release": "yarn build && changeset publish"
},
"engines": {
"node": "^14"
},
"keywords": [
"auds",
"@gov.au",
"design system",
"css",
"html"
],
"author": "Elise Chant",
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.16.0",
"@storybook/addon-a11y": "^6.3.4",
"@storybook/addon-actions": "^6.3.4",
"@storybook/addon-essentials": "^6.3.4",
"@storybook/addon-links": "^6.3.4",
"@storybook/html": "^6.3.4",
"@whitespace/storybook-addon-html": "^5.0.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"css-loader": "^5.2.6",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.1.0",
"rimraf": "^3.0.2",
"sass": "^1.35.2",
"sass-loader": "10",
"style-loader": "^2.0.0",
"typescript": "^4.3.5",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}