-
-
Notifications
You must be signed in to change notification settings - Fork 184
/
package.json
executable file
·54 lines (54 loc) · 1.46 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
{
"private": true,
"name": "example-with-styleguidist",
"version": "12.2.1",
"description": "An Example to use fela with styleguidist",
"homepage": "https://github.com/robinweser/fela",
"repository": {
"type": "git",
"url": "git://github.com/robinweser/fela.git"
},
"author": "Aga5tya <[email protected]>",
"keywords": [
"fela",
"dynamic styling",
"react",
"css",
"styling",
"cssinjs",
"react styleguidist",
"styleguide"
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"babel-loader": "^8.0.5",
"dog-names": "^1.0.2",
"fela": "^12.2.1",
"fela-beautifier": "^12.2.1",
"fela-combine-arrays": "^1.0.9",
"fela-plugin-embedded": "^12.2.1",
"fela-plugin-friendly-pseudo-class": "^12.2.1",
"fela-plugin-named-media-query": "^5.0.13",
"fela-plugin-placeholder-prefixer": "^12.2.1",
"fela-plugin-unit": "^12.2.1",
"fela-plugin-validator": "^12.2.1",
"fela-preset-web": "^12.2.1",
"fela-statistics": "^12.2.1",
"lodash": "^4.17.4",
"polished": "1.9.0",
"prop-types": "^15.5.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fela": "^12.2.1",
"react-modal": "^2.2.2",
"react-styleguidist": "9.0.4",
"webpack": "4.29.6"
},
"scripts": {
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
}
}