-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.35 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
{
"name": "nimi-elements",
"private": true,
"author": "Tom Bazarnik <[email protected]>, Nathan Alo, Ayane Satomi, et al.",
"license": "GPL-2.0-with-classpath-exception",
"workspaces": {
"packages": [
"packages/**/*"
]
},
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"list": "lerna list",
"test": "lerna run test",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@microsoft/fast-element": "^0.19.0",
"@storybook/addon-actions": "^6.0.26",
"@storybook/addon-essentials": "^6.0.26",
"@storybook/addon-links": "^6.0.26",
"@storybook/addons": "^6.0.26",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^6.0.26",
"babel-loader": "^8.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"lerna": "^3.22.1",
"lit-html": "^1.3.0",
"prismjs": "^1.21.0",
"react": "^16.13.1",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^16.13.1",
"react-is": "^16.13.1",
"styled-components": "^5.2.0",
"typescript": "^4.0.3"
},
"dependencies": {}
}