-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.22 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.22 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
{
"name": "datocms-structured-text-examples",
"version": "0.1.0",
"description": "Examples of rendering DatoCMS structured text",
"main": "all.js",
"repository": "",
"author": "Lean Panda <info@leanpanda.com>",
"license": "MIT",
"devDependencies": {
"app-manifest-loader": ">= 1.0.0",
"autoprefixer": "~> 9.8.5",
"babel-eslint": "^10.1.0",
"chokidar-cli": ">= 1.0.0",
"concurrently": ">= 1.0.0",
"copy-webpack-plugin": ">= 1.0.0",
"css-loader": ">= 0.0.0",
"eslint": ">= 0.0.0",
"eslint-config-airbnb": ">= 0.0.0",
"eslint-config-leanpanda": ">= 0.0.0",
"eslint-plugin-import": ">= 0.0.0",
"eslint-plugin-jsx-a11y": ">= 0.0.0",
"eslint-plugin-react": "^7.20.6",
"file-loader": ">= 1.0.0",
"import-glob-loader": ">= 1.0.0",
"mini-css-extract-plugin": ">= 0.0.0",
"node-sass": "~> 4.14.1",
"normalize-scss": ">= 1.0.0",
"postcss": "~> 7.0.21",
"postcss-loader": "~> 3.0.0",
"resolve-url-loader": ">= 1.0.0",
"sass-loader": "~> 9.0",
"webpack": "~> 4.43",
"webpack-cli": "~> 3.0",
"webpack-dev-server": "^3.11.0",
"webpack-manifest-plugin": "~> 2.2"
},
"scripts": {
"dev:a11y": "mix fermo.build && yarn dev:run-a11y"
}
}