forked from navikt/aksel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 3.99 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "nav-frontend-moduler",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "npm run build",
"lerna": "lerna",
"gulp": "gulp",
"lernapublish": "(lerna updated && lerna publish --exact --cd-version patch --yes -m \"publish [ci skip]\") || echo \"Ingen endringer avslutter OK\"",
"create": "node ./_scripts/scaffold.js",
"new": "npm run create",
"checkversions": "node ./_scripts/verifyPkgDependencies.js",
"fixversions": "node ./_scripts/fixDependencyVersions.js",
"bump": "node ./_scripts/bumpall.js",
"lint": "npm run js:lint && npm run less:lint",
"js:lint": "esw --color",
"js:lint:fix": "esw --color --fix",
"less:lint": "lesshint --reporter ./_scripts/lesshint-reporter.js packages/ -e *Source-Sans*.less",
"test": "gulp test",
"build": "gulp build",
"buildfonts": "gulp buildfonts",
"buildicons": "gulp buildicons && gulp fixicons",
"buildstorybook": "build-storybook -o dist",
"deploystorybook": "gh-pages -d dist",
"start": "start-storybook -p 6006",
"dev": "npm start",
"watch": "npm start",
"start-guideline-app": "webpack-dev-server --hot --inline --config guideline-app/conf/webpack.dev.js",
"build-guideline-app": "webpack -p --config guideline-app/conf/webpack.production.js",
"deploy-guideline-app": "npm run build-guideline-app && gh-pages -d guideline-app/dist"
},
"author": "NAV",
"license": "MIT",
"devDependencies": {
"@storybook/react": "3.0.0",
"@types/react": "15.0.23",
"babel-core": "^6.24.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-runtime": "^6.22.0",
"chalk": "^1.1.3",
"classnames": "^2.2.5",
"color-convert": "^1.9.0",
"color-name": "^1.1.2",
"copyfiles": "^1.2.0",
"css-loader": "^0.28.4",
"cssbeautify": "^0.3.1",
"enzyme": "^2.9.1",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"eslint-watch": "^3.0.0",
"extend": "^3.0.0",
"file-loader": "^0.11.1",
"gh-pages": "^1.0.0",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cssfont64-formatter": "0.0.2",
"gulp-newer": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-svgmin": "^1.2.3",
"gulp-util": "^3.0.8",
"highlight.js": "^9.12.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.29.0",
"inquirer": "^3.0.1",
"json-loader": "^0.5.4",
"lerna": "2.0.0-rc.5",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"less-vars-to-js": "^1.1.2",
"lesshint": "^3.1.0",
"lesshint-reporter-stylish": "^2.0.0",
"lessvars": "0.0.5",
"mustache": "^2.3.0",
"nav-frontend-core": "^4.0.2",
"prettify-xml": "^1.2.0",
"progress": "^2.0.0",
"prop-types": "^15.5.10",
"raw-loader": "^0.5.1",
"react": "^15.6.0",
"react-addons-test-utils": "^15.6.0",
"react-collapse": "^2.3.4",
"react-dom": "^15.6.0",
"react-height": "^2.0.0",
"react-highlight": "^0.10.0",
"react-markdown": "^2.4.4",
"react-modal": "^1.7.1",
"react-motion": "^0.4.0",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"react-storybook-addon-sections": "0.0.12",
"react-svg-icon-generator": "^0.3.4",
"react-test-renderer": "^15.6.1",
"redux": "^3.7.1",
"redux-logger": "^3.0.6",
"sanitize-html": "^1.13.0",
"semver": "^5.3.0",
"specificity": "^0.3.0",
"style-loader": "^0.18.1",
"svgo": "^0.7.2",
"text-table": "^0.2.0",
"through2": "^2.0.3",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"dompurify": "^0.9.0",
"js-beautify": "^1.6.14",
"jsx-to-string": "^1.1.0",
"markdown-loader": "^2.0.1"
}
}