-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
51 lines (51 loc) · 1.6 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
{
"name": "rei-cedar-docs",
"version": "12.1.0",
"description": "This is the API documentation site for REI Cedar 2 Framework components",
"private": false,
"scripts": {
"dev": "npm run copy-cedar && vuepress dev docs",
"build": "npm run copy-cedar && cross-env NODE_ENV=production vuepress build docs",
"copy-cedar": "npm-run-all copy-cedar:core copy-cedar:font",
"copy-cedar:core": "cp ./node_modules/@rei/cedar/dist/cedar-compiled.css ./docs/.vuepress/public/cedar.css",
"copy-cedar:font": "cp ./node_modules/@rei/cedar/dist/cdr-fonts.css ./docs/.vuepress/public/cdr-fonts.css"
},
"author": "REI Software Engineering",
"license": "ISC",
"bugs": {
"url": "https://github.com/rei/rei-cedar-docs/issues"
},
"homepage": "https://github.com/rei/rei-cedar-docs#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/rei/rei-cedar-docs.git"
},
"engines": {
"npm": "^6.9.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.14.3",
"@rei/cedar-icons": "^2.5.1",
"@vuepress/plugin-google-analytics": "^1.8.2",
"codesandbox": "^2.2.3",
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"sass": "^1.57.1",
"sass-loader": "^10.4.1",
"svg-inline-loader": "^0.8.2",
"v-mask": "^2.2.4",
"vuepress": "^1.8.2",
"vuepress-plugin-flowchart": "^1.4.3"
},
"dependencies": {
"@babel/core": "^7.20.5",
"@rei/cdr-component-variables": "^8.0.0",
"@rei/cdr-tokens": "^10.2.0",
"@rei/cedar": "^12.1.0",
"throttle-debounce": "^3.0.0"
},
"browserslist": [
"> 1%",
"not ie > 0"
]
}