This repository has been archived by the owner on Feb 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "meetalva-designkit",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"start": "npm run build && concurrently 'npm run build -- -w' 'patternplate start'",
"build": "tsc",
"build:components": "patternplate build --out=.tmp --base=/",
"clean": "rm -rf lib/patterns",
"clean-build": "npm run clean && npm run build",
"commit": "commit",
"commitmsg": "commitlint -e $GIT_PARAMS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meetalva/designkit.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/meetalva/designkit/issues"
},
"devDependencies": {
"@commitlint/cli": "^7.1.2",
"@commitlint/config-conventional": "^7.1.2",
"@commitlint/prompt-cli": "^7.1.2",
"@commitlint/travis-cli": "^7.1.2",
"@marionebl/sander": "^0.6.1",
"@patternplate/cli": "^3.2.1",
"@patternplate/render-styled-components": "^2.5.18",
"@types/node": "^8.0.53",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.7",
"base32": "0.0.6",
"concurrently": "^3.5.1",
"execa": "^1.0.0",
"husky": "^0.14.3",
"meow": "^5.0.0",
"node-fetch": "^2.3.0",
"surge": "^0.20.1",
"tslint": "^5.11.0",
"typescript": "^3.0.3"
},
"dependencies": {
"@types/react-helmet": "^5.0.7",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-feather": "^1.1.0",
"react-helmet": "^5.2.0",
"regl": "^1.3.9",
"styled-components": "^3.4.9",
"tslib": "^1.7.0"
}
}