-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "primer",
"version": "1.0.0-rc.2",
"private": true,
"repository": "https://github.com/BSA-US/primer.git",
"contributors": [
"replygirl <[email protected]> (https://twitter.com/replygirI)",
"stanleepark <[email protected]>"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"airtable": "^0.8.1",
"change-case": "^4.1.1",
"core-js": "^3.6.5",
"d3-drag": "^1.2.5",
"d3-force": "^2.0.1",
"d3-selection": "^1.4.1",
"d3-zoom": "^1.8.3",
"destyle.css": "^1.0.13",
"unfetch": "^4.1.0",
"vue": "^3.0.0-beta.15",
"vue-router": "^4.0.0-beta.1",
"vuex": "^4.0.0-beta.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-router": "~4.4.0",
"@vue/cli-plugin-vuex": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"@vue/compiler-sfc": "^3.0.0-beta.15",
"pug": "^3.0.0",
"pug-plain-loader": "^1.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-vue-next": "~0.1.3"
}
}