-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 986 Bytes
/
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
{
"name": "styled-guidistcomp-showcase",
"version": "0.1.0",
"private": true,
"dependencies": {
"polished": "^1.8.0",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-dom-factories": "^1.0.2",
"react-scripts": "1.0.14",
"react-selectize": "^3.0.1",
"react-transition-group": "^1.1.2",
"styled-components": "2.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"lint:css": "stylelint './src/**/*.js'"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.2.1",
"react-styleguidist": "^6.0.27",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.0.0"
}
}