forked from DigitalRiver/react-atlas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.95 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "react-atlas-repo",
"description": "Composable React components with CSS Modules.",
"author": "Digital River Experience Engineering (https://github.com/orgs/DigitalRiver/teams/experience-engineering)",
"main": "./lib",
"scripts": {
"build:core": "cd packages/react-atlas-core && npm run build",
"build:default-theme": "cd packages/react-atlas-default-theme && npm run build",
"build:main": "cd packages/react-atlas && npm run build",
"docs": "cross-env NODE_ENV=development rcs ./packages/react-atlas-core/src/**/*.js -s ./packages/react-atlas-default-theme/src/**/*.js -v -c ./docsConfig.js -d",
"pages:build": "cross-env NODE_ENV=production rcs ./packages/react-atlas-core/src/**/*.js -s ./packages/react-atlas-default-theme/src/**/*.js -r /react-atlas -v -c ./docsConfig.js",
"pages:deploy": "gh-pages -d ./styleguide/src -r https://github.com/DigitalRiver/react-atlas.git -b gh-pages",
"pages": "npm run pages:build && npm run pages:deploy && rimraf ./styleguide",
"lerna:init": "lerna init",
"lerna:bootstrap": "lerna bootstrap",
"lerna:updated": "lerna updated",
"lerna:publish": "lerna publish"
},
"bugs": {
"url": "https://github.com/DigitalRiver/react-atlas/issues"
},
"keywords": [
"react",
"react-component",
"atlas",
"CSS Modules",
"components"
],
"license": "MIT",
"dependencies": {
"blacklist": "^1.1.2",
"classnames": "^2.2.5",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-addons-css-transition-group": "^15.0.2",
"normalize.css": "^4.1.1",
"react-autosuggest": "^3.7.3"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-cli": "^6.7.7",
"babel-core": "^6.7.7",
"babel-eslint": "6.0.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-plugin-css-modules-transform": "^0.1.0",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-react-remove-statics": "^0.0.5",
"css-modules-require-hook": "^4.0.0 ",
"core-js": "^2.3.0",
"cross-env": "^1.0.7",
"css-loader": "^0.23.1",
"eslint": "^2.9.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-react": "^5.0.1",
"expect": "^1.19.0",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"gh-pages": "^0.11.0",
"glob": "^7.0.3",
"postcss": "^5.0.21",
"postcss-modules-extract-imports": "^1.0.0",
"postcss-modules-local-by-default": "^1.0.1",
"postcss-modules-scope": "^1.0.0",
"postcss-modules-values": "^1.1.2",
"postcss-cssnext": "^2.5.2",
"postcss-import": "7.1.3",
"postcss-loader": "^0.9.1",
"react-a11y": "^0.3.3",
"react-addons-test-utils": "^15.0.2",
"react-component-styleguide": "0.0.44",
"lerna": "2.0.0-beta.10"
},
"repository": {
"type": "git",
"url": "https://github.com/DigitalRiver/react-atlas.git"
}
}