-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.89 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.89 KB
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
{
"name": "inputTypes",
"version": "1.0.0",
"description": "Test input types, onscreen keyboards and more!",
"author": "Aaron Ladage",
"repository": "https://github.com/degdigital/input-types",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@deg-skeletor/core": "^1.0.0",
"@deg-skeletor/plugin-copy": "^1.0.2",
"@deg-skeletor/plugin-express": "^1.0.0",
"@deg-skeletor/plugin-patternlab": "^3.1.0",
"@deg-skeletor/plugin-postcss": "^1.0.0",
"@deg-skeletor/plugin-rollup": "^2.0.2",
"@deg-skeletor/plugin-watch": "^1.0.0",
"@deg-skeletor/starterkit-mustache-default": "^1.0.1",
"autoprefixer": "^8.6.5",
"cssnano": "^3.10.0",
"jest": "^23.6.0",
"postcss-color-mod-function": "^2.4.3",
"postcss-custom-media": "^6.0.0",
"postcss-custom-properties": "^7.0.0",
"postcss-custom-selectors": "^4.0.1",
"postcss-easy-import": "^3.0.0",
"postcss-nested": "^3.0.0",
"rollup-plugin-babel": "^4.3.0",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-terser": "^1.0.1",
"styleguidekit-assets-default": "^3.5.2",
"styleguidekit-mustache-default": "^3.1.0"
},
"dependencies": {
"systemjs": "^2.1.2",
"classnames": "^2.2.6",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-redux": "npm:react-redux@^5.0.7",
"react-transition-group": "npm:react-transition-group@^2.3.1",
"redux": "npm:redux@^4.0.0",
"redux-logger": "npm:redux-logger@^3.0.6",
"redux-thunk": "npm:redux-thunk@^2.3.0"
}
}